mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
SDMMC: rk3288-tb, set the emm-clk to 200Mhz
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user