diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-06-09 14:08:18 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-08-10 18:06:39 +0200 |
commit | 45ea75eb92a4ee90a116e51e4360900eec6be450 (patch) | |
tree | de8bc9e6d79f0467533e5730026cd731e747a3cd /arch/arm/boot/dts/am572x-idk.dts | |
parent | Merge tag 'v4.13-rc1' into omap-for-v4.14/mmc-regulator (diff) | |
download | linux-45ea75eb92a4ee90a116e51e4360900eec6be450.tar.xz linux-45ea75eb92a4ee90a116e51e4360900eec6be450.zip |
ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc"
Replace deprecated "vmmc_aux" with the generic "vqmmc" binding for
MMC IO supply.
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/am572x-idk.dts')
-rw-r--r-- | arch/arm/boot/dts/am572x-idk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am572x-idk.dts b/arch/arm/boot/dts/am572x-idk.dts index 9da6d83ca185..21383924a947 100644 --- a/arch/arm/boot/dts/am572x-idk.dts +++ b/arch/arm/boot/dts/am572x-idk.dts @@ -79,7 +79,7 @@ &mmc1 { status = "okay"; vmmc-supply = <&v3_3d>; - vmmc_aux-supply = <&ldo1_reg>; + vqmmc-supply = <&ldo1_reg>; bus-width = <4>; cd-gpios = <&gpio6 27 0>; /* gpio 219 */ }; |