diff mbox

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

Message ID 20160810135406.17255-4-nsekhar@ti.com
State Accepted
Commit ce52531c5df871766bf0e19bb7c4cf3eff0d2d15
Headers show

Commit Message

Sekhar Nori Aug. 10, 2016, 1:54 p.m. UTC
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@ti.com>
---
 arch/arm/dts/k2g-evm.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Mugunthan V N Aug. 10, 2016, 3:51 p.m. UTC | #1
On Wednesday 10 August 2016 07:24 PM, Sekhar Nori wrote:
> 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@ti.com>

Acked-by: Mugunthan V N <mugunthanvnm@ti.com>

Regards
Mugunthan V N
Tom Rini Aug. 10, 2016, 4:27 p.m. UTC | #2
On Wed, Aug 10, 2016 at 07:24:05PM +0530, Sekhar Nori wrote:

> 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@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

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";
+};