diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-06-07 12:37:45 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-19 17:22:08 +0300 |
commit | 8f323f8d8332455b633acabddb15483d64757965 (patch) | |
tree | 2611ca793d3d057cc2a6f47115886c2133621087 /arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts | |
parent | eb86fb6ea4c4d3e6a983cef67578d713b78d6244 (diff) | |
download | linux-8f323f8d8332455b633acabddb15483d64757965.tar.xz |
ARM: dts: am57xx-beagle-x15-revb1: Fix supply name used for MMC1 IO lines
The dt binding documentation of omap-hsmmc recommends using
"vmmc_aux" for IO supply lines. However
commit 0af28cc92690d8c ("ARM: dts: am57xx-beagle-x15: Add support
for rev B1") added it as "vmmc-aux". Now that anyways it
needs to be fixed, use the generic "vqmmc" binding instead of
the deprecated "vmmc_aux".
Fixes: commit 0af28cc92690d8c ("ARM: dts: am57xx-beagle-x15: Add
support for rev B1")
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-revb1.dts')
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts b/arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts index 39a92aff0a0d..578398c781b1 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts +++ b/arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts @@ -20,7 +20,7 @@ &mmc1 { vmmc-supply = <&vdd_3v3>; - vmmc-aux-supply = <&ldo1_reg>; + vqmmc-supply = <&ldo1_reg>; }; /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */ |