From: Kishon Vijay Abraham I Date: Wed, 29 Jul 2015 11:09:42 +0000 (+0530) Subject: ARM: dts: am57xx-beagle-x15: Fix regulator populated in MMC1 dt node X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=423fe5f3c35ff0f374d5452eb2db93a28bf6b9e2;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git ARM: dts: am57xx-beagle-x15: Fix regulator populated in MMC1 dt node 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 Acked-by: Nishanth Menon [tony@atomide.com: updated to apply] Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts index 3a05b94f59ed..1ad3474efcf7 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15.dts +++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts @@ -579,7 +579,6 @@ pinctrl-0 = <&mmc1_pins_default>; vmmc-supply = <&ldo1_reg>; - vmmc_aux-supply = <&vdd_3v3>; bus-width = <4>; cd-gpios = <&gpio6 27 0>; /* gpio 219 */ };