From f165d351ef16253ed758259e5ec361609927be27 Mon Sep 17 00:00:00 2001 From: Martin Ayotte Date: Thu, 17 Jan 2019 09:15:20 -0500 Subject: [PATCH] fix OPiZeroPlus2-H3 mmc pins --- patch/u-boot/u-boot-sunxi/add-orangepi-zeroplus2_h3.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch/u-boot/u-boot-sunxi/add-orangepi-zeroplus2_h3.patch b/patch/u-boot/u-boot-sunxi/add-orangepi-zeroplus2_h3.patch index de2d88dadd..f5d29852cd 100644 --- a/patch/u-boot/u-boot-sunxi/add-orangepi-zeroplus2_h3.patch +++ b/patch/u-boot/u-boot-sunxi/add-orangepi-zeroplus2_h3.patch @@ -119,7 +119,7 @@ index 0000000000..b03e3a51a2 + +&mmc0 { + pinctrl-names = "default"; -+ pinctrl-0 = <&mmc0_pins_a>; ++ pinctrl-0 = <&mmc0_pins>; + vmmc-supply = <®_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 = <®_vcc3v3>; + vqmmc-supply = <®_vcc3v3>; + mmc-pwrseq = <&wifi_pwrseq>;