summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorHaibo Chen <haibo.chen@nxp.com>2016-12-28 16:12:41 +0800
committerHaibo Chen <haibo.chen@nxp.com>2016-12-28 17:50:37 +0800
commit93bceab3f76879adfee94154cf73361755430539 (patch)
tree399bc05d8906e90b8f6e1be007e645a643ed6645 /arch/arm/boot
parent69f0e28b026b782bb59496d02521fceb990ed66c (diff)
MLK-13681-2 ARM: dts: add imx6sll-evk-reva baord support
The latest imx6sll evk Rev A board (default board) already fix HS400 I/O timing issue, so the default evk board support HS400 mode. But the older evk board (Rev A) board still has issue for HS400 mode, so this patch disabled HS400 mode for the older evk board, just support HS200 mode for imx6sll evk Rev A board. Signed-off-by: Haibo Chen <haibo.chen@nxp.com> (cherry picked from commit be2b9c2a61f9ca371beef66d29640311d8c62487)
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/Makefile1
-rw-r--r--arch/arm/boot/dts/imx6sll-evk-reva.dts13
2 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index c505d0af1e6b..0d0703a30d65 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -428,6 +428,7 @@ dtb-$(CONFIG_SOC_IMX6SLL) += \
imx6sll-lpddr3-arm2-ecspi.dtb \
imx6sll-lpddr3-arm2-spdif.dtb \
imx6sll-evk.dtb \
+ imx6sll-evk-reva.dtb \
imx6sll-evk-btwifi.dtb
dtb-$(CONFIG_SOC_IMX7D) += \
imx7d-12x12-lpddr3-arm2.dtb \
diff --git a/arch/arm/boot/dts/imx6sll-evk-reva.dts b/arch/arm/boot/dts/imx6sll-evk-reva.dts
new file mode 100644
index 000000000000..8562facad609
--- /dev/null
+++ b/arch/arm/boot/dts/imx6sll-evk-reva.dts
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2016 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx6sll-evk.dts"
+
+&usdhc2 {
+ compatible = "fsl,imx6sll-usdhc", "fsl,imx6sx-usdhc";
+};