diff options
author | Mark Brown | 2014-08-25 16:15:34 -0700 |
---|---|---|
committer | Tony Lindgren | 2014-08-25 16:15:34 -0700 |
commit | 509a81fd200d64e06990a4a548234cdce51d71ca (patch) | |
tree | 216eac2aae3107f2b5af93c7d54007129361955b /arch/arm | |
parent | 9a02ae4ed4ee139053d554ca1ab7d0e16609a0f5 (diff) |
ARM: dts: Remove twl6030 clk32g "regulator"
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/twl6030.dtsi | 4 |
1 files changed, 0 insertions, 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>; |