lower sdcard speed to fix random failure

This commit is contained in:
Martin Ayotte 2019-01-02 11:34:10 -05:00
parent ed275fcd44
commit e6b74b04e3

View file

@ -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>;