summaryrefslogtreecommitdiff
path: root/arch/arm/dts/hi6220-hikey.dts
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2018-12-27 19:04:05 +0530
committerTom Rini <trini@konsulko.com>2019-01-15 15:28:21 -0500
commita50eb64915fd2e4775684b0dee98fb5d322ee4e4 (patch)
treeec5f8521a70244d9014f2415c6c9f4de3b48e5cd /arch/arm/dts/hi6220-hikey.dts
parent6240e64f92085f6e8950d938a0103281ad4f5ab2 (diff)
arm: dts: Add MMC nodes for HiKey board
Add MMC nodes for HiKey board based on HI6220 SoC. There are three MMC controllers in this SoC, first one used for eMMC, second one used for SD card and third one is not used by u-boot. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/dts/hi6220-hikey.dts')
-rw-r--r--arch/arm/dts/hi6220-hikey.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/hi6220-hikey.dts b/arch/arm/dts/hi6220-hikey.dts
index 24f09257af..d63929348b 100644
--- a/arch/arm/dts/hi6220-hikey.dts
+++ b/arch/arm/dts/hi6220-hikey.dts
@@ -40,6 +40,17 @@
};
};
+&mmc0 {
+ status = "okay";
+ non-removable;
+ bus-width = <8>;
+};
+
+&mmc1 {
+ status = "okay";
+ bus-width = <4>;
+};
+
&uart2 {
label = "LS-UART0";
};