diff options
author | Rajendra Nayak <rnayak@ti.com> | 2012-07-30 17:12:20 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-08-31 00:47:04 +0400 |
commit | 624411ceba816b38e9e4a013c7e4c5f36a9f4cfe (patch) | |
tree | fd0ac4c5ad826f6c096030bffb820c4054975087 /arch/arm/boot/dts/omap3-beagle.dts | |
parent | ae377aaf98630de03e58fffdf3f35dec3d0ca5e0 (diff) | |
download | linux-624411ceba816b38e9e4a013c7e4c5f36a9f4cfe.tar.xz |
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/omap3-beagle.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-beagle.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index cdcb98c7e075..e60cba0ed6f1 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts @@ -27,7 +27,7 @@ interrupts = <7>; /* SYS_NIRQ cascaded to intc */ interrupt-parent = <&intc>; - vsim: regulator@10 { + vsim: regulator-vsim { compatible = "ti,twl4030-vsim"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <3000000>; |