diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2019-07-22 01:24:55 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-08-13 13:45:13 +0200 |
commit | 9fc6bff8078ba350ca335eeab81d568073d44f65 (patch) | |
tree | ab1bcbdcb3d6bba50154ecd0f9f1884d25b8e945 | |
parent | ARM: dts: am335x-cm-t335: Remove regulator-boot-off property (diff) | |
download | linux-9fc6bff8078ba350ca335eeab81d568073d44f65.tar.xz linux-9fc6bff8078ba350ca335eeab81d568073d44f65.zip |
ARM: dts: omap3-n950-n9: Remove regulator-boot-off property
This property was never supported upstream. Get rid of it.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap3-n950-n9.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-n950-n9.dtsi b/arch/arm/boot/dts/omap3-n950-n9.dtsi index 5441e9ffdbb4..6681d4519e97 100644 --- a/arch/arm/boot/dts/omap3-n950-n9.dtsi +++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi @@ -41,7 +41,6 @@ regulator-name = "VWLAN"; gpio = <&gpio2 3 GPIO_ACTIVE_HIGH>; /* gpio 35 */ enable-active-high; - regulator-boot-off; }; leds { |