projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0798af5
)
ARM: dts: dra72-evm: Add vqmmc supply to mmc1
author
Kishon Vijay Abraham I
<kishon@ti.com>
Wed, 7 Jun 2017 09:37:43 +0000
(15:07 +0530)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 19 Jun 2017 14:22:07 +0000
(07:22 -0700)
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra72-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/dra72-evm.dts
b/arch/arm/boot/dts/dra72-evm.dts
index
adbcc57
..
99fdb3d
100644
(file)
--- a/
arch/arm/boot/dts/dra72-evm.dts
+++ b/
arch/arm/boot/dts/dra72-evm.dts
@@
-54,6
+54,10
@@
phy-mode = "rgmii";
};
+&mmc1 {
+ vqmmc-supply = <&ldo1_reg>;
+};
+
&mmc2 {
vmmc-supply = <&evm_1v8_sw>;
};