From: Sylvain Rochet Date: Mon, 7 Sep 2015 15:47:58 +0000 (+0200) Subject: ARM: at91/dt: add pullup on mmc2 data signals X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7c512d551eac34767cafcd2177b5b69e13c87f54;p=linux-beck.git ARM: at91/dt: add pullup on mmc2 data signals MMC data lines may be left floating if nothing is currently driving the data lines, which is the case when mmc is in idle state, thus consuming a useless extra amount of power. Add pullup on mmc2 data signals in the same way it was previously done for mmc0 and mmc1. Signed-off-by: Sylvain Rochet Acked-by: Nicolas Ferre Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/sama5d3_mci2.dtsi b/arch/arm/boot/dts/sama5d3_mci2.dtsi index 026b252f09b3..e21099a1aef9 100644 --- a/arch/arm/boot/dts/sama5d3_mci2.dtsi +++ b/arch/arm/boot/dts/sama5d3_mci2.dtsi @@ -24,9 +24,9 @@ }; pinctrl_mmc2_dat1_3: mmc2_dat1_3 { atmel,pins = - ; /* PC14 periph A MCI2_DA3 with pullup, conflicts with TCLK1 */ + ; /* PC14 periph A MCI2_DA3 with pullup, conflicts with TCLK1 */ }; }; };