diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2018-02-06 15:58:01 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-01 01:27:13 +0300 |
commit | 1eab48f376c781806d41772bfb55e4c0a84af392 (patch) | |
tree | 47299d84e44a1fb1191bbb3dbb8e487cd9f49b81 /arch/arm/boot/dts/dra76-evm.dts | |
parent | 4dd7f7a71dbcd9d7a0a8a9a4fceadca40567928d (diff) | |
download | linux-1eab48f376c781806d41772bfb55e4c0a84af392.tar.xz |
ARM: dts: dra76-evm: Add "vqmmc-supply" property for mmc2
Add "vqmmc-supply" property for mmc2 to indicate the supply connected
to the 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/dra76-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra76-evm.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts index 088853001c81..2deb96405d06 100644 --- a/arch/arm/boot/dts/dra76-evm.dts +++ b/arch/arm/boot/dts/dra76-evm.dts @@ -322,6 +322,7 @@ &mmc2 { status = "okay"; vmmc-supply = <&vio_1v8>; + vqmmc-supply = <&vio_1v8>; bus-width = <8>; pinctrl-names = "default", "hs", "ddr_1_8v", "hs200_1_8v"; pinctrl-0 = <&mmc2_pins_default>; |