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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Kishon Vijay Abraham I 2017-06-07 15:07:43 +05:30 committed by Tony Lindgren
parent 0798af5451
commit e9a4639951

View File

@ -54,6 +54,10 @@ &cpsw_emac0 {
phy-mode = "rgmii";
};
&mmc1 {
vqmmc-supply = <&ldo1_reg>;
};
&mmc2 {
vmmc-supply = <&evm_1v8_sw>;
};