Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb86fb6e authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Tony Lindgren
Browse files

ARM: dts: dra72-evm-revc: 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 e9a46399
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -93,6 +93,10 @@
	};
};

&mmc1 {
	vqmmc-supply = <&ldo1_reg>;
};

&mmc2 {
	vmmc-supply = <&evm_1v8_sw>;
};