LF-1232-5 arm64: dts: imx8x-mek: Introduce IT6263 LVDS0/1 dual channel include files
authorLiu Ying <victor.liu@nxp.com>
Thu, 16 Apr 2020 03:32:44 +0000 (11:32 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:23 +0000 (11:22 +0800)
This patch introduces IT6263 LVDS0/1 dual channel dts include files,
so that they may be included in some dts files as needed.

Reviewed-by: Sandor Yu <Sandor.yu@nxp.com>
Signed-off-by: Liu Ying <victor.liu@nxp.com>
arch/arm64/boot/dts/freescale/imx8qxp-mek-it6263-lvds0-dual-channel.dts
arch/arm64/boot/dts/freescale/imx8qxp-mek-it6263-lvds1-dual-channel.dts
arch/arm64/boot/dts/freescale/imx8x-mek-it6263-lvds0-dual-channel.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx8x-mek-it6263-lvds1-dual-channel.dtsi [new file with mode: 0644]

index f1c7a69..67c054f 100644 (file)
@@ -1,21 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0+
 
 /*
- * Copyright 2019 NXP
+ * Copyright 2019,2020 NXP
  */
 
 #include "imx8qxp-mek-rpmsg.dts"
-
-&i2c0_mipi_lvds0 {
-       lvds-to-hdmi-bridge@4c {
-               split-mode;
-       };
-};
-
-&ldb1 {
-       fsl,dual-channel;
-};
-
-&ldb2 {
-       status = "disabled";
-};
+#include "imx8x-mek-it6263-lvds0-dual-channel.dtsi"
index b890674..926eb17 100644 (file)
@@ -1,21 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0+
 
 /*
- * Copyright 2019 NXP
+ * Copyright 2019,2020 NXP
  */
 
 #include "imx8qxp-mek-rpmsg.dts"
-
-&i2c0_mipi_lvds1 {
-       lvds-to-hdmi-bridge@4c {
-               split-mode;
-       };
-};
-
-&ldb1 {
-       status = "disabled";
-};
-
-&ldb2 {
-       fsl,dual-channel;
-};
+#include "imx8x-mek-it6263-lvds1-dual-channel.dtsi"
diff --git a/arch/arm64/boot/dts/freescale/imx8x-mek-it6263-lvds0-dual-channel.dtsi b/arch/arm64/boot/dts/freescale/imx8x-mek-it6263-lvds0-dual-channel.dtsi
new file mode 100644 (file)
index 0000000..fc09e0f
--- /dev/null
@@ -0,0 +1,19 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/*
+ * Copyright 2020 NXP
+ */
+
+&i2c0_mipi_lvds0 {
+       lvds-to-hdmi-bridge@4c {
+               split-mode;
+       };
+};
+
+&ldb1 {
+       fsl,dual-channel;
+};
+
+&ldb2 {
+       status = "disabled";
+};
diff --git a/arch/arm64/boot/dts/freescale/imx8x-mek-it6263-lvds1-dual-channel.dtsi b/arch/arm64/boot/dts/freescale/imx8x-mek-it6263-lvds1-dual-channel.dtsi
new file mode 100644 (file)
index 0000000..77e32fd
--- /dev/null
@@ -0,0 +1,19 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/*
+ * Copyright 2020 NXP
+ */
+
+&i2c0_mipi_lvds1 {
+       lvds-to-hdmi-bridge@4c {
+               split-mode;
+       };
+};
+
+&ldb1 {
+       status = "disabled";
+};
+
+&ldb2 {
+       fsl,dual-channel;
+};