From: Sekhar Nori Date: Wed, 10 Aug 2016 13:54:05 +0000 (+0530) Subject: ARM: dts: k2g-evm: enable mmc/sd suppport X-Git-Tag: v2016.09-rc2~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ce52531c5df871766bf0e19bb7c4cf3eff0d2d15;p=u-boot ARM: dts: k2g-evm: enable mmc/sd suppport 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 Acked-by: Mugunthan V N Reviewed-by: Tom Rini --- diff --git a/arch/arm/dts/k2g-evm.dts b/arch/arm/dts/k2g-evm.dts index e95efd4767..61d0d55433 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"; +};