ARM: dts: am57xx-idk: Add "vqmmc-supply" property for mmc2
authorKishon Vijay Abraham I <kishon@ti.com>
Tue, 6 Feb 2018 12:58:00 +0000 (18:28 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 28 Feb 2018 22:27:12 +0000 (14:27 -0800)
Add "vqmmc-supply" property for mmc2 to indicate the supply connected
to the IO lines.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am57xx-idk-common.dtsi

index 97aa8e6a56da8f7c8722f5243e01fca0e944f629..43a6d0590f7c6facb9fb2490ce72ba33dba871fc 100644 (file)
 &mmc2 {
        status = "okay";
        vmmc-supply = <&v3_3d>;
+       vqmmc-supply = <&v3_3d>;
        bus-width = <8>;
        ti,non-removable;
        max-frequency = <96000000>;