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>
This commit is contained in:
Denis Carikli 2014-06-17 12:46:37 +02:00 committed by Shawn Guo
parent 9eb0e5f9b2
commit 52b3c29d96
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio1 26 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
};
};