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>
};
};
+&irqsteer_dcss {
+ status = "disabled";
+};
+
+&ov5640_mipi {
+ status = "disabled";
+};
+
&dcss_drm {
status = "disabled";
};
};
};
+&irqsteer_dcss {
+ status = "disabled";
+};
+
&dcss_drm {
status = "disabled";
};