[U-Boot] [PATCH v3 2/3] ARM: dts: imx: dh-imx6: Add DHCOM iMX6 Duallite PDK2 device tree

Ludwig Zenz lzenz at dh-electronics.com
Tue Jul 2 12:49:48 UTC 2019


This device tree adds support for DHCOM iMX6 duallite and solo
deriviates.

Signed-off-by: Ludwig Zenz <lzenz at dh-electronics.com>
---
Changes in v3:
	- include of imx6qdl-dhcom.dtsi is done in imx6qdl-dhcom-pdk2.dtsi, remove it here
Changes in v2:
	- include common pdk2 code from imx6qdl-dhcom-pdk2.dtsi instead of redefine it
---
 arch/arm/dts/Makefile              |  5 +++--
 arch/arm/dts/imx6dl-dhcom-pdk2.dts | 14 ++++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/dts/imx6dl-dhcom-pdk2.dts

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 2271d78729..228f89eec1 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -548,10 +548,12 @@ dtb-$(CONFIG_TARGET_TBS2910) += \
 	imx6q-tbs2910.dtb
 
 dtb-$(CONFIG_MX6QDL) += \
+	imx6dl-dhcom-pdk2.dtb \
 	imx6dl-icore.dtb \
 	imx6dl-icore-mipi.dtb \
 	imx6dl-icore-rqs.dtb \
 	imx6dl-mamoj.dtb \
+	imx6q-dhcom-pdk2.dtb \
 	imx6q-cm-fx6.dtb \
 	imx6q-icore.dtb \
 	imx6q-icore-mipi.dtb \
@@ -596,8 +598,7 @@ dtb-$(CONFIG_MX6ULL) += \
 
 dtb-$(CONFIG_ARCH_MX6) += \
 	imx6-apalis.dtb \
-	imx6-colibri.dtb \
-	imx6q-dhcom-pdk2.dtb
+	imx6-colibri.dtb
 
 dtb-$(CONFIG_MX7) += imx7d-sdb.dtb \
 	imx7d-sdb-qspi.dtb \
diff --git a/arch/arm/dts/imx6dl-dhcom-pdk2.dts b/arch/arm/dts/imx6dl-dhcom-pdk2.dts
new file mode 100644
index 0000000000..a0b51bcf38
--- /dev/null
+++ b/arch/arm/dts/imx6dl-dhcom-pdk2.dts
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: (GPL-2.0+)
+/*
+ * Copyright (C) 2019 DH electronics GmbH
+ */
+
+/dts-v1/;
+
+#include "imx6dl.dtsi"
+#include "imx6qdl-dhcom-pdk2.dtsi"
+
+/ {
+	model = "Freescale i.MX6 Duallite/Solo DHCOM Premium Developer Kit (2)";
+	compatible = "dh,imx6dl-dhcom-pdk2", "dh,imx6dl-dhcom", "fsl,imx6dl";
+};
-- 
2.11.0



More information about the U-Boot mailing list