summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6dl-tx6u.dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-03-02 16:11:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-03-02 16:11:31 +0100
commitc46988f38054d3d15669923970aa515ee0d1b6a9 (patch)
tree4326ee18de2fd1e334b75bda147f0c29bbf741a3 /arch/arm/dts/imx6dl-tx6u.dts
parentbb0d5080d5c67ed44fbe40a63ddd7f7dd11d0b1d (diff)
downloadbarebox-c46988f38054d3d15669923970aa515ee0d1b6a9.tar.gz
barebox-c46988f38054d3d15669923970aa515ee0d1b6a9.tar.xz
ARM: i.MX: karo-tx6: Generalize 801x support
The device tree for the 801x variant only contains displays. The displays are not part of the SoM, but instead of the baseboard, so they should be described in a baseboard dts. With this patch we rather include the common tx6x dtsi file and drop 801x from the barebox device tree names. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/imx6dl-tx6u.dts')
-rw-r--r--arch/arm/dts/imx6dl-tx6u.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6dl-tx6u.dts b/arch/arm/dts/imx6dl-tx6u.dts
new file mode 100644
index 0000000000..77fda6203f
--- /dev/null
+++ b/arch/arm/dts/imx6dl-tx6u.dts
@@ -0,0 +1,12 @@
+/dts-v1/;
+
+#include <arm/imx6q.dtsi>
+#include <arm/imx6qdl-tx6.dtsi>
+#include "imx6qdl.dtsi"
+#include "imx6qdl-tx6x.dtsi"
+
+/ {
+ model = "Ka-Ro electronics TX6U-801x Module";
+ compatible = "karo,imx6dl-tx6dl", "fsl,imx6dl";
+};
+