SDMMC: rk3288-tb, set the emm-clk to 200Mhz

This commit is contained in:
xbw
2014-03-26 16:48:08 +08:00
parent d1eda47b81
commit b02fd7ce52

View File

@@ -185,8 +185,8 @@
};
&emmc {
clock-frequency = <50000000>;
clock-freq-min-max = <400000 50000000>;
clock-frequency = <200000000>;
clock-freq-min-max = <400000 200000000>;
supports-highspeed;
supports-emmc;
@@ -206,7 +206,7 @@
vmmc-supply = <&rk808_ldo5_reg>;
status = "disabled";
status = "okay";
};
&sdio {