From: Fabio Estevam <feste...@gmail.com>

Import the imx6dl-wandboard-revd1.dts and imx6q-wandboard-revd1.dts
from kernel 5.4.8 so that these variants can also be supported.

Signed-off-by: Fabio Estevam <feste...@gmail.com>

Signed-off-by: Heiko Schocher <h...@denx.de>
---

 arch/arm/dts/Makefile                   |  2 ++
 arch/arm/dts/imx6dl-wandboard-revd1.dts | 19 +++++++++++++++++++
 arch/arm/dts/imx6q-wandboard-revd1.dts  | 23 +++++++++++++++++++++++
 3 files changed, 44 insertions(+)
 create mode 100644 arch/arm/dts/imx6dl-wandboard-revd1.dts
 create mode 100644 arch/arm/dts/imx6q-wandboard-revd1.dts

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 983e235f442..a60e23242fe 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -609,6 +609,7 @@ dtb-y += \
        imx6dl-sabreauto.dtb \
        imx6dl-sabresd.dtb \
        imx6dl-wandboard-revb1.dtb \
+       imx6dl-wandboard-revd1.dtb \
 
 endif
 
@@ -641,6 +642,7 @@ dtb-y += \
        imx6q-sabresd.dtb \
        imx6q-tbs2910.dtb \
        imx6q-wandboard-revb1.dtb \
+       imx6q-wandboard-revd1.dtb \
        imx6qp-sabreauto.dtb \
        imx6qp-sabresd.dtb \
        imx6qp-wandboard-revd1.dtb \
diff --git a/arch/arm/dts/imx6dl-wandboard-revd1.dts 
b/arch/arm/dts/imx6dl-wandboard-revd1.dts
new file mode 100644
index 00000000000..6d1d863c2e3
--- /dev/null
+++ b/arch/arm/dts/imx6dl-wandboard-revd1.dts
@@ -0,0 +1,19 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright 2013 Freescale Semiconductor, Inc.
+ *
+ * Author: Fabio Estevam <fabio.este...@freescale.com>
+ */
+/dts-v1/;
+#include "imx6dl.dtsi"
+#include "imx6qdl-wandboard-revd1.dtsi"
+
+/ {
+       model = "Wandboard i.MX6 Dual Lite Board revD1";
+       compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
+
+       memory@10000000 {
+               device_type = "memory";
+               reg = <0x10000000 0x40000000>;
+       };
+};
diff --git a/arch/arm/dts/imx6q-wandboard-revd1.dts 
b/arch/arm/dts/imx6q-wandboard-revd1.dts
new file mode 100644
index 00000000000..55331021d80
--- /dev/null
+++ b/arch/arm/dts/imx6q-wandboard-revd1.dts
@@ -0,0 +1,23 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright 2013 Freescale Semiconductor, Inc.
+ *
+ * Author: Fabio Estevam <fabio.este...@freescale.com>
+ */
+/dts-v1/;
+#include "imx6q.dtsi"
+#include "imx6qdl-wandboard-revd1.dtsi"
+
+/ {
+       model = "Wandboard i.MX6 Quad Board revD1";
+       compatible = "wand,imx6q-wandboard", "fsl,imx6q";
+
+       memory@10000000 {
+               device_type = "memory";
+               reg = <0x10000000 0x80000000>;
+       };
+};
+
+&sata {
+       status = "okay";
+};
-- 
2.24.1

Reply via email to