diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-06-07 12:37:44 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-19 17:22:08 +0300 |
commit | eb86fb6ea4c4d3e6a983cef67578d713b78d6244 (patch) | |
tree | 18ab9f47359bf779443b7208f6dbef762452eb98 /arch/arm/boot/dts/dra72-evm-revc.dts | |
parent | e9a46399519462eecaa21e158249a27635d49ee6 (diff) | |
download | linux-eb86fb6ea4c4d3e6a983cef67578d713b78d6244.tar.xz |
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 <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra72-evm-revc.dts')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm-revc.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72-evm-revc.dts b/arch/arm/boot/dts/dra72-evm-revc.dts index 47dcd527ec58..5532309971ae 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>; }; |