MLK-16918: arm64: dts: fsl-imx8mq-evk: Fix dsi conflicts
authorRobert Chiras <robert.chiras@nxp.com>
Thu, 23 Nov 2017 12:31:43 +0000 (14:31 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:55:41 +0000 (15:55 -0500)
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>
arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-adv7535.dts
arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-lcdif-rm67191.dts

index fe34217..81ee650 100644 (file)
        };
 };
 
+&irqsteer_dcss {
+       status = "disabled";
+};
+
+&ov5640_mipi {
+       status = "disabled";
+};
+
 &dcss_drm {
        status = "disabled";
 };
index 90c33bd..1ae7d2b 100644 (file)
        };
 };
 
+&irqsteer_dcss {
+       status = "disabled";
+};
+
 &dcss_drm {
        status = "disabled";
 };