mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
SDMMC: set the init-clock to 200Khz.
This commit is contained in:
parent
5ce4ab4254
commit
fd4cecf962
|
|
@ -29,7 +29,7 @@ sdmmc: rksdmmc@10214000 {
|
|||
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 @@ sdio: rksdmmc@10218000 {
|
|||
|
||||
clocks = <&clk_gates2 14>;
|
||||
clock-frequency = <50000000>;
|
||||
clock-freq-min-max = <400000 50000000>;
|
||||
clock-freq-min-max = <200000 50000000>;
|
||||
|
||||
num-slots = <1>;
|
||||
supports-highspeed;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user