diff options
| author | Sekhar Nori <[email protected]> | 2016-08-10 19:24:05 +0530 |
|---|---|---|
| committer | Jaehoon Chung <[email protected]> | 2016-08-16 10:24:11 +0900 |
| commit | ce52531c5df871766bf0e19bb7c4cf3eff0d2d15 (patch) | |
| tree | d6315fb8c130cf89d7c716684581847efdc8aa2d | |
| parent | 5396edc6750bfdd8d9a93b914ca993d98c29f4c0 (diff) | |
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 <[email protected]>
Acked-by: Mugunthan V N <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/dts/k2g-evm.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/k2g-evm.dts b/arch/arm/dts/k2g-evm.dts index e95efd47670..61d0d554333 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"; +}; |
