]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: mbimxsd25: cmo-qvga: Fix lcd regulator
authorDenis Carikli <denis@eukrea.com>
Tue, 17 Jun 2014 10:46:37 +0000 (12:46 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:49:37 +0000 (16:49 +0800)
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>
arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts

index 9797280f0188a588dd077751e87deb04182f3a3e..68d0834a2d1eb6f43709d65cb7bc8b16d0fbba14 100644 (file)
@@ -52,6 +52,7 @@
                        regulator-min-microvolt = <3300000>;
                        regulator-max-microvolt = <3300000>;
                        gpio = <&gpio1 26 GPIO_ACTIVE_HIGH>;
+                       enable-active-high;
                };
        };
 };