From 0aa08731aae4ba72548672ea036436fcc8fce320 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 3 May 2019 08:02:52 +0200 Subject: [PATCH] [ nanopi-r1 ] Add support for eMMC within u-boot --- .../u-boot/u-boot-sunxi/add-nanopi-r1-and-duo2.patch | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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>;