diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2018-02-06 15:58:00 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-01 01:27:12 +0300 |
commit | 4dd7f7a71dbcd9d7a0a8a9a4fceadca40567928d (patch) | |
tree | 30c0c873894e827401c1cf268d63d64667bf2783 /arch/arm/boot/dts/am57xx-idk-common.dtsi | |
parent | a9aa4e6e4f4fdd6bb7299f61efa8b4ea9ded4462 (diff) | |
download | linux-4dd7f7a71dbcd9d7a0a8a9a4fceadca40567928d.tar.xz |
ARM: dts: am57xx-idk: 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/am57xx-idk-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am57xx-idk-common.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-idk-common.dtsi b/arch/arm/boot/dts/am57xx-idk-common.dtsi index 97aa8e6a56da..43a6d0590f7c 100644 --- a/arch/arm/boot/dts/am57xx-idk-common.dtsi +++ b/arch/arm/boot/dts/am57xx-idk-common.dtsi @@ -410,6 +410,7 @@ &mmc2 { status = "okay"; vmmc-supply = <&v3_3d>; + vqmmc-supply = <&v3_3d>; bus-width = <8>; ti,non-removable; max-frequency = <96000000>; |