diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-06-07 15:07:43 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-19 07:22:07 -0700 |
commit | e9a46399519462eecaa21e158249a27635d49ee6 (patch) | |
tree | fb8a5a510444e005a0356f28142af7e97fda6460 /arch/arm/boot/dts/dra72-evm.dts | |
parent | 0798af5451b8a8f4dab3a43f710b1e80a81e0b8c (diff) | |
download | lwn-e9a46399519462eecaa21e158249a27635d49ee6.tar.gz lwn-e9a46399519462eecaa21e158249a27635d49ee6.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/dra72-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts index adbcc570eba9..99fdb3d8445b 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>; }; |