Commit 5c73cdf2 authored by Fabio Estevam's avatar Fabio Estevam Committed by Tony Lindgren

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: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 27a81331
......@@ -76,7 +76,6 @@ tvp5146@5c {
&lcd_3v3 {
gpio = <&gpio5 25 GPIO_ACTIVE_LOW>; /* gpio153 */
enable-active-low;
};
&lcd0 {
......
......@@ -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;
};
};
......
......@@ -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>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment