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 de2d88dad..f5d29852c 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>;