Message ID | 1407865760-15448-1-git-send-email-broonie@kernel.org |
---|---|
State | New |
Headers | show |
* Mark Brown <broonie@kernel.org> [140812 10:52]: > From: Mark Brown <broonie@linaro.org> > > The kernel has never supported clk32g as a regulator since it is a clock > and not a regulator. Fortunately nothing actually references this node so > we can just remove it. > > Signed-off-by: Mark Brown <broonie@linaro.org> If not too late: Acked-by: Tony Lindgren <tony@atomide.com> > --- > arch/arm/boot/dts/twl6030.dtsi | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/arm/boot/dts/twl6030.dtsi b/arch/arm/boot/dts/twl6030.dtsi > index 2e3bd3172b23..55eb35f068fb 100644 > --- a/arch/arm/boot/dts/twl6030.dtsi > +++ b/arch/arm/boot/dts/twl6030.dtsi > @@ -83,10 +83,6 @@ > regulator-always-on; > }; > > - clk32kg: regulator-clk32kg { > - compatible = "ti,twl6030-clk32kg"; > - }; > - > twl_usb_comparator: usb-comparator { > compatible = "ti,twl6030-usb"; > interrupts = <4>, <10>; > -- > 2.0.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Aug 22, 2014 at 04:13:00PM -0700, Tony Lindgren wrote: > * Mark Brown <broonie@kernel.org> [140812 10:52]: > > The kernel has never supported clk32g as a regulator since it is a clock > > and not a regulator. Fortunately nothing actually references this node so > > we can just remove it. > If not too late: > Acked-by: Tony Lindgren <tony@atomide.com> Definitely not too late - indeed I'd have expected you to apply this.
* Mark Brown <broonie@kernel.org> [140822 17:07]: > On Fri, Aug 22, 2014 at 04:13:00PM -0700, Tony Lindgren wrote: > > * Mark Brown <broonie@kernel.org> [140812 10:52]: > > > > The kernel has never supported clk32g as a regulator since it is a clock > > > and not a regulator. Fortunately nothing actually references this node so > > > we can just remove it. > > > If not too late: > > > Acked-by: Tony Lindgren <tony@atomide.com> > > Definitely not too late - indeed I'd have expected you to apply this. Sure, let me know if you prefer me to pick it up. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Aug 22, 2014 at 05:20:24PM -0700, Tony Lindgren wrote: > * Mark Brown <broonie@kernel.org> [140822 17:07]: > > > Acked-by: Tony Lindgren <tony@atomide.com> > > Definitely not too late - indeed I'd have expected you to apply this. > Sure, let me know if you prefer me to pick it up. Yes, please.
* Mark Brown <broonie@kernel.org> [140822 20:30]: > On Fri, Aug 22, 2014 at 05:20:24PM -0700, Tony Lindgren wrote: > > * Mark Brown <broonie@kernel.org> [140822 17:07]: > > > > > Acked-by: Tony Lindgren <tony@atomide.com> > > > > Definitely not too late - indeed I'd have expected you to apply this. > > > Sure, let me know if you prefer me to pick it up. > > Yes, please. OK applied into omap-for-v3.17/fixes thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/twl6030.dtsi b/arch/arm/boot/dts/twl6030.dtsi index 2e3bd3172b23..55eb35f068fb 100644 --- a/arch/arm/boot/dts/twl6030.dtsi +++ b/arch/arm/boot/dts/twl6030.dtsi @@ -83,10 +83,6 @@ regulator-always-on; }; - clk32kg: regulator-clk32kg { - compatible = "ti,twl6030-clk32kg"; - }; - twl_usb_comparator: usb-comparator { compatible = "ti,twl6030-usb"; interrupts = <4>, <10>;