diff mbox

[1/3] ARM: dts: mbimxsd25: cmo-qvga: Fix lcd regulator

Message ID 1403001999-12316-1-git-send-email-denis@eukrea.com (mailing list archive)
State New, archived
Headers show

Commit Message

Denis Carikli June 17, 2014, 10:46 a.m. UTC
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: Denis Carikli <denis@eukrea.com>
---
 .../imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts  |    1 +
 1 file changed, 1 insertion(+)

Comments

Shawn Guo June 21, 2014, 4:54 a.m. UTC | #1
On Tue, Jun 17, 2014 at 12:46:37PM +0200, Denis Carikli wrote:
> 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: Denis Carikli <denis@eukrea.com>

Applied this one, thanks.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts b/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts
index 9797280..68d0834 100644
--- a/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts
+++ b/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts
@@ -52,6 +52,7 @@ 
 			regulator-min-microvolt = <3300000>;
 			regulator-max-microvolt = <3300000>;
 			gpio = <&gpio1 26 GPIO_ACTIVE_HIGH>;
+			enable-active-high;
 		};
 	};
 };