summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts
diff options
context:
space:
mode:
authorRobert Chiras <robert.chiras@nxp.com>2017-11-23 14:31:43 +0200
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:29:26 +0800
commit55fd33a1e8c73178406d9441cbc0f65a0599adc8 (patch)
treecff5c4965bbe6e3ce79a971489fccf7e62f52361 /arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts
parentd010dff473307bb8c3394d05cd242b0e7065648e (diff)
MLK-16918: arm64: dts: fsl-imx8mq-evk: Fix dsi conflicts
The MIPI-DSI nodes related to ADV7535 are in conflict with OV5640 MIPI-CSI camera, since they share the same address on the same i2c bus: 0x3c. In order to make DSI work with ADV7535 adapter, the OV5640 camera needs to be disabled. Also, for LCDIF (MXSFB), the irqsteer_dcss module needs to be disabled, otherwise it will interfere in the suspend/resume routines. Signed-off-by: Robert Chiras <robert.chiras@nxp.com> Reviewed-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts b/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts
index 90c33bd0761a..1ae7d2b3c9a7 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts
@@ -20,6 +20,10 @@
};
};
+&irqsteer_dcss {
+ status = "disabled";
+};
+
&dcss_drm {
status = "disabled";
};