aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKishon Vijay Abraham I2017-05-15 01:05:57 -0500
committerKishon Vijay Abraham I2017-06-15 00:54:30 -0500
commit5ff11fd7afb240b4753bd6b670a98ca56fa0483c (patch)
treee6fcfef27e1562aa4e9c5b341dcbbc168c012f59
parent5a73a4beeb9b6a2f4ea9f61e14064668a5903d37 (diff)
downloadlinux-phy-5ff11fd7afb240b4753bd6b670a98ca56fa0483c.tar.gz
linux-phy-5ff11fd7afb240b4753bd6b670a98ca56fa0483c.tar.xz
linux-phy-5ff11fd7afb240b4753bd6b670a98ca56fa0483c.zip
ARM: dts: dra72-evm: Add vqmmc supply to mmc1
Add vqmmc-supply property to mmc1 dt node and populate it with ldo1_reg to reflect ldo1_out is connected to mmc1 IO lines. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
-rw-r--r--arch/arm/boot/dts/dra72-evm.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index adbcc570eba9..99fdb3d8445b 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -54,6 +54,10 @@
54 phy-mode = "rgmii"; 54 phy-mode = "rgmii";
55}; 55};
56 56
57&mmc1 {
58 vqmmc-supply = <&ldo1_reg>;
59};
60
57&mmc2 { 61&mmc2 {
58 vmmc-supply = <&evm_1v8_sw>; 62 vmmc-supply = <&evm_1v8_sw>;
59}; 63};