fix OPiZeroPlus2-H3 mmc pins

This commit is contained in:
Martin Ayotte 2019-01-17 09:15:20 -05:00
parent f4ee4d77e3
commit f165d351ef

View file

@ -119,7 +119,7 @@ index 0000000000..b03e3a51a2
+
+&mmc0 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&mmc0_pins_a>;
+ pinctrl-0 = <&mmc0_pins>;
+ vmmc-supply = <&reg_vcc3v3>;
+ bus-width = <4>;
+ cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>; /* PF6 */
@ -129,7 +129,7 @@ index 0000000000..b03e3a51a2
+
+&mmc1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&mmc1_pins_a>;
+ pinctrl-0 = <&mmc1_pins>;
+ vmmc-supply = <&reg_vcc3v3>;
+ vqmmc-supply = <&reg_vcc3v3>;
+ mmc-pwrseq = <&wifi_pwrseq>;