ARM: dts: dra72-evm-revc: Add vqmmc supply to mmc1
authorKishon Vijay Abraham I <kishon@ti.com>
Wed, 7 Jun 2017 09:37:44 +0000 (15:07 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 19 Jun 2017 14:22:08 +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-revc.dts

index 47dcd52..5532309 100644 (file)
        };
 };
 
+&mmc1 {
+       vqmmc-supply = <&ldo1_reg>;
+};
+
 &mmc2 {
        vmmc-supply = <&evm_1v8_sw>;
 };