Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a317e514 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Alexandre Belloni
Browse files

ARM: dts: at91: sama5d2_xplained: remove pull-up on SD/MMC lines



As the board have the proper pull-ups soldered on the data and CMD
lines we don't need them specified in the PADs. So remove the
"bias-pull-up" property and set "bias-disable".
This will also save some power.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
[claudiu.beznea@microchip.com: change subject to match the desired prefix]
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 0036d85b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -446,7 +446,7 @@
							 <PIN_PA7__SDMMC0_DAT5>,
							 <PIN_PA7__SDMMC0_DAT5>,
							 <PIN_PA8__SDMMC0_DAT6>,
							 <PIN_PA8__SDMMC0_DAT6>,
							 <PIN_PA9__SDMMC0_DAT7>;
							 <PIN_PA9__SDMMC0_DAT7>;
						bias-pull-up;
						bias-disable;
					};
					};


					ck_cd_rstn_vddsel {
					ck_cd_rstn_vddsel {
@@ -465,7 +465,7 @@
							 <PIN_PA19__SDMMC1_DAT1>,
							 <PIN_PA19__SDMMC1_DAT1>,
							 <PIN_PA20__SDMMC1_DAT2>,
							 <PIN_PA20__SDMMC1_DAT2>,
							 <PIN_PA21__SDMMC1_DAT3>;
							 <PIN_PA21__SDMMC1_DAT3>;
						bias-pull-up;
						bias-disable;
					};
					};


					conf-ck_cd {
					conf-ck_cd {