summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2014-08-28 14:26:08 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2014-09-02 09:53:22 +0530
commitdec92f3223d7373033b99ae658ee341ff49369da (patch)
tree44f0d511162998616d1ab10a4325dc43366a1d8f /arch
parentd6ddd6b4e3a858a5051f8998bf022112c9504467 (diff)
ARM: DTS: dra7-evm: Rename mmc2_3v3 regulator to the board level power name
mmc2_3v3 is derived from the board level evm_3v3_sw power line and other components are using the same line for their power needs. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/dra7-evm.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index ee54685b8ab..30ed061acda 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -19,9 +19,9 @@
reg = <0x80000000 0x60000000>; /* 1536 MB */
};
- mmc2_3v3: fixedregulator-mmc2 {
+ evm_3v3_sw: fixedregulator-evm_3v3_sw {
compatible = "regulator-fixed";
- regulator-name = "mmc2_3v3";
+ regulator-name = "evm_3v3_sw";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
@@ -314,7 +314,7 @@
&mmc2 {
status = "okay";
- vmmc-supply = <&mmc2_3v3>;
+ vmmc-supply = <&evm_3v3_sw>;
bus-width = <8>;
};