[U-Boot] [PATCH 3/4] ARM: dts: k2g-evm: enable mmc/sd suppport

Sekhar Nori nsekhar at ti.com
Wed Aug 10 15:54:05 CEST 2016


The K2G EVM from TI has an SD card slot as
well as onboard eMMC for data storage.

Enable support for these.

Signed-off-by: Sekhar Nori <nsekhar at ti.com>
---
 arch/arm/dts/k2g-evm.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/k2g-evm.dts b/arch/arm/dts/k2g-evm.dts
index e95efd476707..61d0d5543337 100644
--- a/arch/arm/dts/k2g-evm.dts
+++ b/arch/arm/dts/k2g-evm.dts
@@ -100,3 +100,11 @@
                 };
         };
 };
+
+&mmc0 {
+	status = "okay";
+};
+
+&mmc1 {
+	status = "okay";
+};
-- 
2.9.0



More information about the U-Boot mailing list