From: Kishon Vijay Abraham I Date: Tue, 6 Feb 2018 12:58:00 +0000 (+0530) Subject: ARM: dts: am57xx-idk: Add "vqmmc-supply" property for mmc2 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4dd7f7a71dbcd9d7a0a8a9a4fceadca40567928d;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: am57xx-idk: 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/am57xx-idk-common.dtsi b/arch/arm/boot/dts/am57xx-idk-common.dtsi index 97aa8e6a56da..43a6d0590f7c 100644 --- a/arch/arm/boot/dts/am57xx-idk-common.dtsi +++ b/arch/arm/boot/dts/am57xx-idk-common.dtsi @@ -410,6 +410,7 @@ &mmc2 { status = "okay"; vmmc-supply = <&v3_3d>; + vqmmc-supply = <&v3_3d>; bus-width = <8>; ti,non-removable; max-frequency = <96000000>;