ARM: dts: am57xx-beagle-x15-revb1: Fix supply name used for MMC1 IO lines
authorKishon Vijay Abraham I <kishon@ti.com>
Wed, 7 Jun 2017 09:37:45 +0000 (15:07 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 19 Jun 2017 14:22:08 +0000 (07:22 -0700)
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>
arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts

index 39a92af..578398c 100644 (file)
@@ -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" */