Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -76,7 +76,6 @@

&lcd_3v3 {
	gpio = <&gpio5 25 GPIO_ACTIVE_LOW>;	/* gpio153 */
	enable-active-low;
};

&lcd0 {
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@
		pinctrl-names = "default";
		pinctrl-0 = <&sb_t35_audio_amp>;
		gpio = <&gpio2 29 GPIO_ACTIVE_LOW>;   /* gpio_61 */
		enable-active-low;
		regulator-always-on;
	};
};
+0 −1
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@
		regulator-min-microvolt = <3150000>;
		regulator-max-microvolt = <3150000>;
		gpio = <&gpio5 29 GPIO_ACTIVE_LOW>;		/* gpio_157 */
		enable-active-low;
		startup-delay-us = <10000>;
	};
};