[U-Boot] [PATCH v2 2/4] mmc: meson: enable MMC device nodes on Odroid C2

Heiner Kallweit hkallweit1 at gmail.com
Wed Jan 25 20:52:39 CET 2017


Enable the MMC device nodes on Odroid C2.

Signed-off-by: Heiner Kallweit <hkallweit1 at gmail.com>
---
v2:
- no changes
---
 arch/arm/dts/meson-gxbb-odroidc2.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/meson-gxbb-odroidc2.dts b/arch/arm/dts/meson-gxbb-odroidc2.dts
index 79bee64..bcf3db3 100644
--- a/arch/arm/dts/meson-gxbb-odroidc2.dts
+++ b/arch/arm/dts/meson-gxbb-odroidc2.dts
@@ -86,3 +86,11 @@
 	pinctrl-0 = <&eth_pins>;
 	pinctrl-names = "default";
 };
+
+&sd_emmc_b {
+	status = "okay";
+};
+
+&sd_emmc_c {
+	status = "okay";
+};
-- 
2.11.0





More information about the U-Boot mailing list