diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-06-09 17:38:18 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-08-10 09:06:39 -0700 |
commit | 45ea75eb92a4ee90a116e51e4360900eec6be450 (patch) | |
tree | de8bc9e6d79f0467533e5730026cd731e747a3cd /arch/arm/boot/dts/dra7-evm.dts | |
parent | c002c27874faaa170b535d03d7efee89ecdd9be4 (diff) | |
download | lwn-45ea75eb92a4ee90a116e51e4360900eec6be450.tar.gz lwn-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/dra7-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 9491b29cf7e5..343872acdd29 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -446,7 +446,7 @@ pinctrl-names = "default"; pinctrl-0 = <&mmc1_pins_default>; vmmc-supply = <&evm_3v3_sd>; - vmmc_aux-supply = <&ldo1_reg>; + vqmmc-supply = <&ldo1_reg>; bus-width = <4>; /* * SDCD signal is not being used here - using the fact that GPIO mode |