MLK-14292: 4.9 rebase: LCDIF: 6SX SDB does not boot with lcdif dts
authorCristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Tue, 28 Feb 2017 17:10:54 +0000 (19:10 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:10:48 +0000 (15:10 -0500)
On imx6SX SDB eLCDIF driver cannot coexist with CAAM driver. The cause
seems to be an ipg clk that failes to be identified by the CAAM driver.

This patch disables the CAAM driver by setting its status to "disabled"
in the dts used for obtaining LCDIF functionality.

Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts

index 9391e75..48e242e 100644 (file)
@@ -37,3 +37,7 @@
 &ov5640 {
        status = "disabled";
 };
+
+&crypto {
+       status = "disabled";
+};