projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5396edc
)
ARM: dts: k2g-evm: enable mmc/sd suppport
author
Sekhar Nori
<nsekhar@ti.com>
Wed, 10 Aug 2016 13:54:05 +0000
(19:24 +0530)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 16 Aug 2016 01:24:11 +0000
(10:24 +0900)
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>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/k2g-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/k2g-evm.dts
b/arch/arm/dts/k2g-evm.dts
index
e95efd4
..
61d0d55
100644
(file)
--- a/
arch/arm/dts/k2g-evm.dts
+++ b/
arch/arm/dts/k2g-evm.dts
@@
-100,3
+100,11
@@
};
};
};
+
+&mmc0 {
+ status = "okay";
+};
+
+&mmc1 {
+ status = "okay";
+};