diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2019-07-21 20:24:54 -0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-08-13 04:45:06 -0700 |
commit | dc1b6ca8fa66fac58e133786295fac0a237e6d73 (patch) | |
tree | f1910f59419c8edeb0ecf2e638126f4f3aa36ac7 | |
parent | 5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff) |
ARM: dts: am335x-cm-t335: Remove regulator-boot-off property
This property was never supported upstream. Get rid of it.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-cm-t335.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-cm-t335.dts b/arch/arm/boot/dts/am335x-cm-t335.dts index ceecbfd29d2c..1fe3b566ba3d 100644 --- a/arch/arm/boot/dts/am335x-cm-t335.dts +++ b/arch/arm/boot/dts/am335x-cm-t335.dts @@ -44,7 +44,6 @@ regulator-name = "vwlan_fixed"; gpio = <&gpio0 20 GPIO_ACTIVE_HIGH>; /* gpio0_20 */ enable-active-high; - regulator-boot-off; }; backlight { |