mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-29 18:21:27 +00:00
lower sdcard speed to fix random failure
This commit is contained in:
parent
ed275fcd44
commit
e6b74b04e3
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ index 0000000..52f4731
|
|||
+ cd-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
||||
+ disable-wp;
|
||||
+ sd-uhs-sdr104;
|
||||
+ max-frequency = <150000000>;
|
||||
+ max-frequency = <10000000>;
|
||||
+ vqmmc-supply = <&vcc_sdio>;
|
||||
+ pinctrl-names = "default";
|
||||
+ pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4>;
|
||||
|
|
Loading…
Add table
Reference in a new issue