From: Kishon Vijay Abraham I Date: Wed, 7 Jun 2017 09:37:43 +0000 (+0530) Subject: ARM: dts: dra72-evm: Add vqmmc supply to mmc1 X-Git-Tag: v4.14-rc1~66^2~26^2~16^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9a46399519462eecaa21e158249a27635d49ee6;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts index adbcc570eba93..99fdb3d8445bb 100644 --- a/arch/arm/boot/dts/dra72-evm.dts +++ b/arch/arm/boot/dts/dra72-evm.dts @@ -54,6 +54,10 @@ phy-mode = "rgmii"; }; +&mmc1 { + vqmmc-supply = <&ldo1_reg>; +}; + &mmc2 { vmmc-supply = <&evm_1v8_sw>; };