ARM: dts: am57xx-beagle-x15: Fix regulator populated in MMC1 dt node
authorKishon Vijay Abraham I <kishon@ti.com>
Wed, 29 Jul 2015 11:09:42 +0000 (16:39 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 14 Sep 2015 19:13:38 +0000 (12:13 -0700)
For beagle x15, both the vdd and io lines are connected to the
same regulator (ldo1_reg). However vmmc_aux is populated to vdd_3v3.
Remove it.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
[tony@atomide.com: updated to apply]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am57xx-beagle-x15.dts

index 3a05b94..1ad3474 100644 (file)
        pinctrl-0 = <&mmc1_pins_default>;
 
        vmmc-supply = <&ldo1_reg>;
-       vmmc_aux-supply = <&vdd_3v3>;
        bus-width = <4>;
        cd-gpios = <&gpio6 27 0>; /* gpio 219 */
 };