From: Kishon Vijay Abraham I Date: Wed, 7 Jun 2017 09:37:44 +0000 (+0530) Subject: ARM: dts: dra72-evm-revc: Add vqmmc supply to mmc1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eb86fb6ea4c4d3e6a983cef67578d713b78d6244;p=linux.git 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: Kishon Vijay Abraham I Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/dra72-evm-revc.dts b/arch/arm/boot/dts/dra72-evm-revc.dts index 47dcd527ec586..5532309971ae5 100644 --- a/arch/arm/boot/dts/dra72-evm-revc.dts +++ b/arch/arm/boot/dts/dra72-evm-revc.dts @@ -93,6 +93,10 @@ }; }; +&mmc1 { + vqmmc-supply = <&ldo1_reg>; +}; + &mmc2 { vmmc-supply = <&evm_1v8_sw>; };