2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 23:23:55 +08:00

ARM: dts: sun7i: Remove redundant MMC pinmux tuning

Some boards override the MMC pin muxing settings in order to enable the
pull-ups and change the drive strength to a value higher than the default.

While this was needed in the earlier days, this is now the default setting
for those pins, and therefore we don't need those board-specific settings
anymore.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
Maxime Ripard 2018-11-21 10:44:54 +01:00
parent 7dab9adb7d
commit d02932889b
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
3 changed files with 0 additions and 15 deletions

View File

@ -197,11 +197,6 @@
};
};
&mmc3_pins {
/* AP6210 requires pull-up */
bias-pull-up;
};
&ohci0 {
status = "okay";
};

View File

@ -215,11 +215,6 @@
};
};
&mmc3_pins {
/* AP6210 requires pull-up */
bias-pull-up;
};
&ohci0 {
status = "okay";
};

View File

@ -167,11 +167,6 @@
};
};
&mmc3_pins {
/* AP6210 / AP6330 requires pull-up */
bias-pull-up;
};
&ohci0 {
status = "okay";
};