From: Kishon Vijay Abraham I Date: Tue, 6 Feb 2018 12:58:01 +0000 (+0530) Subject: ARM: dts: dra76-evm: Add "vqmmc-supply" property for mmc2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1eab48f376c781806d41772bfb55e4c0a84af392;p=linux.git ARM: dts: dra76-evm: Add "vqmmc-supply" property for mmc2 Add "vqmmc-supply" property for mmc2 to indicate the supply connected to the IO lines. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts index 088853001c81d..2deb96405d066 100644 --- a/arch/arm/boot/dts/dra76-evm.dts +++ b/arch/arm/boot/dts/dra76-evm.dts @@ -322,6 +322,7 @@ &mmc2 { status = "okay"; vmmc-supply = <&vio_1v8>; + vqmmc-supply = <&vio_1v8>; bus-width = <8>; pinctrl-names = "default", "hs", "ddr_1_8v", "hs200_1_8v"; pinctrl-0 = <&mmc2_pins_default>;