summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2014-09-01 17:06:00 +0530
committerLokesh Vutla <lokeshvutla@ti.com>2014-09-02 09:53:28 +0530
commitc42ab4f17bad2e00d98db18d0060c3a2e280cefd (patch)
tree52a28ed84810ec79b001efb17c2db50d7b664a6b /arch
parentdec92f3223d7373033b99ae658ee341ff49369da (diff)
ARM: DTS: dra72-evm: Rename mmc2_3v3 regulator to the board level power name
The power line feeding the SD card is also used by other devices on the EVM. Use generic name instead of mmc2_3v3 so when other devices want to use the same regulator it will look a bit better. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/dra72-evm.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index 36de6e2a97d..7525bcabe16 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -18,9 +18,9 @@
reg = <0x80000000 0x40000000>; /* 1024 MB */
};
- mmc2_3v3: fixedregulator-mmc2 {
+ evm_3v3: fixedregulator-evm_3v3 {
compatible = "regulator-fixed";
- regulator-name = "mmc2_3v3";
+ regulator-name = "evm_3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
@@ -174,7 +174,7 @@
&mmc2 {
/* Using default configured pins */
status = "okay";
- vmmc-supply = <&mmc2_3v3>;
+ vmmc-supply = <&evm_3v3>;
bus-width = <8>;
ti,non-removable;
};