summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-jdi-wuxga-lvds1-panel.dts
diff options
context:
space:
mode:
authorRobert Chiras <robert.chiras@nxp.com>2018-03-26 11:16:36 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:31:10 +0800
commit68f04adac79cbf0a5b48dbeb04972e8e0bac9491 (patch)
treebfb5000a6143ca76ea008abfec138ae7c66e4413 /arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-jdi-wuxga-lvds1-panel.dts
parentb5cc48c2bbd1f632a51e33df928bba48a55ddb41 (diff)
MLK-17733: arm64: dts: fsl-imx8qm: Fix LVDS dual-channel panel
The LVDS dual-channel pannel doesn't use the IT6263 LVDS-HDMI converter, therefore we need to disable those nodes such that the IT6263 driver won't disable the LDB nodes. This is a special case, in which auto-detection cannot be used to detect whether or not we have something connected on the LVDS ports. Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-jdi-wuxga-lvds1-panel.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-jdi-wuxga-lvds1-panel.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-jdi-wuxga-lvds1-panel.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-jdi-wuxga-lvds1-panel.dts
index 3dfb58a045d4..8c4d450c775a 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-jdi-wuxga-lvds1-panel.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-jdi-wuxga-lvds1-panel.dts
@@ -35,6 +35,18 @@
status = "disabled";
};
+&i2c1_lvds0 {
+ lvds-to-hdmi-bridge@4c {
+ status = "disabled";
+ };
+};
+
+&i2c1_lvds1 {
+ lvds-to-hdmi-bridge@4c {
+ status = "disabled";
+ };
+};
+
&ldb2_phy {
status = "okay";
};