MLK-12931 lcdif: fix "lcd-3v3: Failed to request enable GPIO91: -16"
authorRobby Cai <robby.cai@gmail.com>
Wed, 29 Jun 2016 06:27:44 +0000 (14:27 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:31:07 +0000 (02:31 +0300)
The PIN is conflicted with CSI camera. Need to disable CSI
to make lcdif work.

Signed-off-by: Robby Cai <robby.cai@gmail.com>
Signed-off-by: Arulpandiyan Vadivel <arulpandiyan_vadivel@mentor.com>
Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts

index 2052382..eae9525 100644 (file)
@@ -31,3 +31,7 @@
                status = "okay";
        };
 };
+
+&ov5640 {
+       status = "disabled";
+};