diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2018-02-06 15:57:57 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-01 01:27:10 +0300 |
commit | 3df7e0f3981a81263992f82ce67253d430b58feb (patch) | |
tree | 104664de20b40d21d584e1e7515c68eb9f878c82 /arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | |
parent | 0ec76a63e54e1537765f4db9874fd22c632f0bde (diff) | |
download | linux-3df7e0f3981a81263992f82ce67253d430b58feb.tar.xz |
ARM: dts: am57xx-beagle-x15: 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-beagle-x15-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi index ab60035bc50c..6204a266212a 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi +++ b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi @@ -442,6 +442,7 @@ pinctrl-0 = <&mmc2_pins_default>; vmmc-supply = <&vdd_3v3>; + vqmmc-supply = <&vdd_3v3>; bus-width = <8>; ti,non-removable; cap-mmc-dual-data-rate; |