change emmc fre from 150M to 120M

This commit is contained in:
hyx 2025-08-28 16:11:49 +08:00
parent b7a9920e4c
commit e3fa209b28

View File

@ -877,7 +877,7 @@
emmc: dwmmc@ff390000 {
compatible = "rockchip,px30-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x0 0xff390000 0x0 0x4000>;
max-frequency = <150000000>;
max-frequency = <120000000>;
clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
<&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";