ramips: dts: increase maximum MMC clock frequency
The High-Speed SD mode stability issue should have been fixed. Increase the MMC max-frequency to improve the IO speed. We can still use the sysfs to limit the clock frequency, e.g. root@OpenWrt:~# echo 25000000 > /sys/kernel/debug/mmc0/clock Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/18896 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
3f78e5c918
commit
143cfd6113
3 changed files with 3 additions and 3 deletions
|
@ -522,7 +522,7 @@
|
||||||
reg = <0x10130000 0x4000>;
|
reg = <0x10130000 0x4000>;
|
||||||
|
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
max-frequency = <24000000>;
|
max-frequency = <48000000>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
disable-wp;
|
disable-wp;
|
||||||
|
|
|
@ -363,7 +363,7 @@
|
||||||
reg = <0x1e130000 0x4000>;
|
reg = <0x1e130000 0x4000>;
|
||||||
|
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
max-frequency = <48000000>;
|
max-frequency = <50000000>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
disable-wp;
|
disable-wp;
|
||||||
|
|
|
@ -376,7 +376,7 @@
|
||||||
reg = <0x10130000 0x4000>;
|
reg = <0x10130000 0x4000>;
|
||||||
|
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
max-frequency = <24000000>;
|
max-frequency = <48000000>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
disable-wp;
|
disable-wp;
|
||||||
|
|
Loading…
Reference in a new issue