]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: omap3: Remove 'enable-active-low' property
authorFabio Estevam <festevam@gmail.com>
Wed, 17 May 2017 16:44:19 +0000 (13:44 -0300)
committerTony Lindgren <tony@atomide.com>
Fri, 19 May 2017 18:41:02 +0000 (11:41 -0700)
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>
arch/arm/boot/dts/omap3-evm-common.dtsi
arch/arm/boot/dts/omap3-sb-t35.dtsi
arch/arm/boot/dts/omap3-tao3530.dtsi

index 090475083c2f2861136bb4b8f5187422dd6a187b..7780e252869707b26fba4e5972870eed0171da8e 100644 (file)
@@ -76,7 +76,6 @@ tvp5146@5c {
 
 &lcd_3v3 {
        gpio = <&gpio5 25 GPIO_ACTIVE_LOW>;     /* gpio153 */
-       enable-active-low;
 };
 
 &lcd0 {
index 73643fabde5d10529c64f84f010e90c6f9c21ed3..91e15af789497a3d3af2117b8771b053f91340a1 100644 (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;
        };
 };
index dc80886b532929eee49ba45608003cf93b9bed1d..06ac0f80bcf083ad0b4ed6a0cb30bcf64b22e7c5 100644 (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>;
        };
 };