Skip to content

Commit

Permalink
ARM: dts: at91: sama5d27_som1_ek: remove pull-up on SD/MMC lines
Browse files Browse the repository at this point in the history
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".

Signed-off-by: Nicolas Ferre <[email protected]>
[[email protected]: change subject to match the desired prefix]
Signed-off-by: Claudiu Beznea <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
noglitch authored and alexandrebelloni committed Oct 10, 2017
1 parent ffbc890 commit 0653072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/at91-sama5d27_som1_ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
<PIN_PA7__SDMMC0_DAT5>,
<PIN_PA8__SDMMC0_DAT6>,
<PIN_PA9__SDMMC0_DAT7>;
bias-pull-up;
bias-disable;
};

ck_cd_vddsel {
Expand All @@ -364,7 +364,7 @@
<PIN_PA19__SDMMC1_DAT1>,
<PIN_PA20__SDMMC1_DAT2>,
<PIN_PA21__SDMMC1_DAT3>;
bias-pull-up;
bias-disable;
};

conf-ck_cd {
Expand Down

0 comments on commit 0653072

Please sign in to comment.