Message ID | 20190721232455.13709-2-ezequiel@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: omap3-n950-n9: Remove regulator-boot-off property | expand |
Hi, On Sun, Jul 21, 2019 at 08:24:55PM -0300, Ezequiel Garcia wrote: > 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> -- Sebastian > arch/arm/boot/dts/omap3-n950-n9.dtsi | 1 - > 1 file changed, 1 deletion(-) > > 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 { > -- > 2.22.0 >
* Sebastian Reichel <sre@kernel.org> [190723 01:54]: > Hi, > > On Sun, Jul 21, 2019 at 08:24:55PM -0300, Ezequiel Garcia wrote: > > 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> Applying both patches into omap-for-v5.4/dt thanks. Tony
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 {
This property was never supported upstream. Get rid of it. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> --- arch/arm/boot/dts/omap3-n950-n9.dtsi | 1 - 1 file changed, 1 deletion(-)