Commit 52b3c29d authored by Denis Carikli's avatar Denis Carikli Committed by Shawn Guo

ARM: dts: mbimxsd25: cmo-qvga: Fix lcd regulator

The fixed-regulator's enable-active-high property
is needed to indicate that the GPIO regulator is
active high.

Before that the regulator state was inverted.
Signed-off-by: default avatarDenis Carikli <denis@eukrea.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 9eb0e5f9
......@@ -52,6 +52,7 @@ reg_lcd_3v3: regulator@0 {
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio1 26 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment