diff options
author | Rajendra Nayak <rnayak@ti.com> | 2012-07-30 15:12:20 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-08-30 22:47:04 +0200 |
commit | 624411ceba816b38e9e4a013c7e4c5f36a9f4cfe (patch) | |
tree | fd0ac4c5ad826f6c096030bffb820c4054975087 /arch/arm/boot/dts/twl4030.dtsi | |
parent | arm/dts: Mark vcxio, v2v1 and v1v8 regulators as always on (diff) | |
download | linux-624411ceba816b38e9e4a013c7e4c5f36a9f4cfe.tar.xz linux-624411ceba816b38e9e4a013c7e4c5f36a9f4cfe.zip |
arm/dts: Cleanup regulator naming and remove @0,1
regulators do not have a 'reg' property, hence the regulator@0,
regulator@1 do not make sense. get rid of it.
Reported-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/twl4030.dtsi')
-rw-r--r-- | arch/arm/boot/dts/twl4030.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi index 22f4d1394ed3..ff000172c93c 100644 --- a/arch/arm/boot/dts/twl4030.dtsi +++ b/arch/arm/boot/dts/twl4030.dtsi @@ -19,19 +19,19 @@ interrupts = <11>; }; - vdac: regulator@0 { + vdac: regulator-vdac { compatible = "ti,twl4030-vdac"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; }; - vpll2: regulator@1 { + vpll2: regulator-vpll2 { compatible = "ti,twl4030-vpll2"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; }; - vmmc1: regulator@2 { + vmmc1: regulator-vmmc1 { compatible = "ti,twl4030-vmmc1"; regulator-min-microvolt = <1850000>; regulator-max-microvolt = <3150000>; |