Commit e9a46399 authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Tony Lindgren

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: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 0798af54
...@@ -54,6 +54,10 @@ &cpsw_emac0 { ...@@ -54,6 +54,10 @@ &cpsw_emac0 {
phy-mode = "rgmii"; phy-mode = "rgmii";
}; };
&mmc1 {
vqmmc-supply = <&ldo1_reg>;
};
&mmc2 { &mmc2 {
vmmc-supply = <&evm_1v8_sw>; vmmc-supply = <&evm_1v8_sw>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment