MLK-14548: video: dts: Remove unused regulator
authorCristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Thu, 20 Apr 2017 10:21:40 +0000 (13:21 +0300)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:02 +0000 (15:22 -0500)
The reg_lcd_3v3 regulator is, theoretically, used by the display
controller eLCDIF as lcd supply.

When enabling the HDMI trasnmitter Sil902x, a gpio pin needed by the
regulator is taken by the HDMI TX as reset pin, so the regulator probe
fails and is never used.

The imx6sx-sdb-lcdif1.dts file is used for HDMI functionality, thus
enabling the HDMI transmitter invalidates any possible use of the
reg_lcd_3v3 regulator.

This patch removes the regulator enablement from the HDMI-specific dts.

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

index 48e242e..2805404 100644 (file)
@@ -9,12 +9,6 @@
 #include "imx6sx-sdb.dts"
 
 / {
-       regulators {
-               reg_lcd_3v3: regulator@4 {
-                       status = "okay";
-               };
-       };
-
        sii902x_reset: sii902x-reset {
                status = "okay";
        };