From b6feb48d637529e609d3926880f8b356af16ec6a Mon Sep 17 00:00:00 2001 From: Cristina Ciocan Date: Tue, 28 Feb 2017 19:10:54 +0200 Subject: [PATCH] MLK-14292: 4.9 rebase: LCDIF: 6SX SDB does not boot with lcdif dts 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 --- arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts b/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts index 9391e75048a8..48e242e78790 100644 --- a/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts +++ b/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts @@ -37,3 +37,7 @@ &ov5640 { status = "disabled"; }; + +&crypto { + status = "disabled"; +}; -- 2.17.1