summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap4-sdp.dts
diff options
context:
space:
mode:
authorRajendra Nayak2012-07-30 15:12:20 +0200
committerTony Lindgren2012-08-30 22:47:04 +0200
commit624411ceba816b38e9e4a013c7e4c5f36a9f4cfe (patch)
treefd0ac4c5ad826f6c096030bffb820c4054975087 /arch/arm/boot/dts/omap4-sdp.dts
parentarm/dts: Mark vcxio, v2v1 and v1v8 regulators as always on (diff)
downloadkernel-qcow2-linux-624411ceba816b38e9e4a013c7e4c5f36a9f4cfe.tar.gz
kernel-qcow2-linux-624411ceba816b38e9e4a013c7e4c5f36a9f4cfe.tar.xz
kernel-qcow2-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/omap4-sdp.dts')
-rw-r--r--arch/arm/boot/dts/omap4-sdp.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts
index 72216e932fc0..dbcdc4a79491 100644
--- a/arch/arm/boot/dts/omap4-sdp.dts
+++ b/arch/arm/boot/dts/omap4-sdp.dts
@@ -18,7 +18,7 @@
reg = <0x80000000 0x40000000>; /* 1 GB */
};
- vdd_eth: fixedregulator@0 {
+ vdd_eth: fixedregulator-vdd-eth {
compatible = "regulator-fixed";
regulator-name = "VDD_ETH";
regulator-min-microvolt = <3300000>;
@@ -28,7 +28,7 @@
regulator-boot-on;
};
- vbat: fixedregulator@2 {
+ vbat: fixedregulator-vbat {
compatible = "regulator-fixed";
regulator-name = "VBAT";
regulator-min-microvolt = <3750000>;