diff --git a/patch/u-boot/u-boot-sunxi/add-nanopi-r1-and-duo2.patch b/patch/u-boot/u-boot-sunxi/add-nanopi-r1-and-duo2.patch index 4580e8115..37da09e67 100644 --- a/patch/u-boot/u-boot-sunxi/add-nanopi-r1-and-duo2.patch +++ b/patch/u-boot/u-boot-sunxi/add-nanopi-r1-and-duo2.patch @@ -15,7 +15,7 @@ new file mode 100644 index 0000000..9f33f6f --- /dev/null +++ b/arch/arm/dts/sun8i-h3-nanopi-r1.dts -@@ -0,0 +1,92 @@ +@@ -0,0 +1,102 @@ +/* + * Copyright (C) 2019 Igor Pecovnik + * @@ -92,6 +92,16 @@ index 0000000..9f33f6f + status = "okay"; +}; + ++&mmc2 { ++ pinctrl-names = "default"; ++ pinctrl-0 = <&mmc2_8bit_pins>; ++ vmmc-supply = <®_vcc3v3>; ++ bus-width = <8>; ++ non-removable; ++ cap-mmc-hw-reset; ++ status = "okay"; ++}; ++ +&emac { + pinctrl-names = "default"; + pinctrl-0 = <&emac_rgmii_pins>;