diff options
author | Fabio Estevam <festevam@gmail.com> | 2017-05-17 19:44:19 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-05-19 21:41:02 +0300 |
commit | 5c73cdf2bdf0570599d2fb849e9f54889be6df18 (patch) | |
tree | b1b4c62f3ded8c5df0933ebc70080b777a1590ee /arch/arm/boot/dts/omap3-sb-t35.dtsi | |
parent | 27a8133136823cd8c9296555efdc0cee42e88a0f (diff) | |
download | linux-5c73cdf2bdf0570599d2fb849e9f54889be6df18.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap3-sb-t35.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-sb-t35.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-sb-t35.dtsi b/arch/arm/boot/dts/omap3-sb-t35.dtsi index 73643fabde5d..91e15af78949 100644 --- a/arch/arm/boot/dts/omap3-sb-t35.dtsi +++ b/arch/arm/boot/dts/omap3-sb-t35.dtsi @@ -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; }; }; |