summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sll-evk-reva.dts
diff options
context:
space:
mode:
authorHaibo Chen <haibo.chen@nxp.com>2016-12-28 16:12:41 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:25:39 +0800
commit5345a722ac19d6ce4b50eba6948db32a5cb8e3f4 (patch)
treec824319824d635834160fb0446ab69dc545048f0 /arch/arm/boot/dts/imx6sll-evk-reva.dts
parent840778d5e4a76e0827b25bbfdcdf0e4a19cd43d4 (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>
Diffstat (limited to 'arch/arm/boot/dts/imx6sll-evk-reva.dts')
-rw-r--r--arch/arm/boot/dts/imx6sll-evk-reva.dts13
1 files changed, 13 insertions, 0 deletions
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";
+};