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>
// 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"
// 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"
--- /dev/null
+// 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";
+};
--- /dev/null
+// 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;
+};