ARM: dts: omap3: Remove 'enable-active-low' property

Property 'enable-active-low' does not exist. Only 'enable-active-high' is
valid, and when this property is absent the gpio regulator will act as
active low by default.

So remove the unexisting 'enable-active-low' property.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Fabio Estevam 2017-05-17 13:44:19 -03:00 committed by Tony Lindgren
parent 27a8133136
commit 5c73cdf2bd
3 changed files with 0 additions and 3 deletions

View File

@ -76,7 +76,6 @@ tvp5146@5c {
&lcd_3v3 {
gpio = <&gpio5 25 GPIO_ACTIVE_LOW>; /* gpio153 */
enable-active-low;
};
&lcd0 {

View File

@ -50,7 +50,6 @@ audio_amp: audio_amp {
pinctrl-names = "default";
pinctrl-0 = <&sb_t35_audio_amp>;
gpio = <&gpio2 29 GPIO_ACTIVE_LOW>; /* gpio_61 */
enable-active-low;
regulator-always-on;
};
};

View File

@ -63,7 +63,6 @@ mmc2_sdio_poweron: regulator-mmc2-sdio-poweron {
regulator-min-microvolt = <3150000>;
regulator-max-microvolt = <3150000>;
gpio = <&gpio5 29 GPIO_ACTIVE_LOW>; /* gpio_157 */
enable-active-low;
startup-delay-us = <10000>;
};
};