diff options
author | Denis Carikli <denis@eukrea.com> | 2014-06-17 06:46:37 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 04:49:37 -0400 |
commit | 52b3c29d969ce1ddad0223f7133a3bbc321a7f48 (patch) | |
tree | 85383e2308720b2f5d87d4df8d33119d3d1d3942 /arch/arm/boot | |
parent | 9eb0e5f9b2dd6d8ef2d988016bc9327bedde920d (diff) |
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: Denis Carikli <denis@eukrea.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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 9797280f0188..68d0834a2d1e 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 @@ | |||
52 | regulator-min-microvolt = <3300000>; | 52 | regulator-min-microvolt = <3300000>; |
53 | regulator-max-microvolt = <3300000>; | 53 | regulator-max-microvolt = <3300000>; |
54 | gpio = <&gpio1 26 GPIO_ACTIVE_HIGH>; | 54 | gpio = <&gpio1 26 GPIO_ACTIVE_HIGH>; |
55 | enable-active-high; | ||
55 | }; | 56 | }; |
56 | }; | 57 | }; |
57 | }; | 58 | }; |