diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-06-09 15:08:18 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-08-10 19:06:39 +0300 |
commit | 45ea75eb92a4ee90a116e51e4360900eec6be450 (patch) | |
tree | de8bc9e6d79f0467533e5730026cd731e747a3cd /arch/arm/boot/dts/omap3430-sdp.dts | |
parent | c002c27874faaa170b535d03d7efee89ecdd9be4 (diff) | |
download | linux-45ea75eb92a4ee90a116e51e4360900eec6be450.tar.xz |
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/omap3430-sdp.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3430-sdp.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts index abd6921143be..908951eb5943 100644 --- a/arch/arm/boot/dts/omap3430-sdp.dts +++ b/arch/arm/boot/dts/omap3430-sdp.dts @@ -33,7 +33,7 @@ &mmc1 { vmmc-supply = <&vmmc1>; - vmmc_aux-supply = <&vsim>; + vqmmc-supply = <&vsim>; /* * S6-3 must be in ON position for 8 bit mode to function * Else, use 4 bit mode |