mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
SDMMC: set the init-clock to 200Khz.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
pinctrl-1 = <&sd0_cd_gpio>; //for int gpio?
|
||||
clocks = <&clk_gates2 11>;
|
||||
clock-frequency = <50000000>;
|
||||
clock-freq-min-max = <400000 50000000>;
|
||||
clock-freq-min-max = <200000 50000000>;
|
||||
|
||||
num-slots = <1>;
|
||||
supports-highspeed;
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
clocks = <&clk_gates2 14>;
|
||||
clock-frequency = <50000000>;
|
||||
clock-freq-min-max = <400000 50000000>;
|
||||
clock-freq-min-max = <200000 50000000>;
|
||||
|
||||
num-slots = <1>;
|
||||
supports-highspeed;
|
||||
|
||||
Reference in New Issue
Block a user