Message ID | 1403001999-12316-1-git-send-email-denis@eukrea.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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; }; }; };
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(+)