Commit d0293288 authored by Maxime Ripard's avatar Maxime Ripard

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: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 7dab9adb
......@@ -197,11 +197,6 @@ brcmf: wifi@1 {
};
};
&mmc3_pins {
/* AP6210 requires pull-up */
bias-pull-up;
};
&ohci0 {
status = "okay";
};
......
......@@ -215,11 +215,6 @@ brcmf: wifi@1 {
};
};
&mmc3_pins {
/* AP6210 requires pull-up */
bias-pull-up;
};
&ohci0 {
status = "okay";
};
......
......@@ -167,11 +167,6 @@ brcmf: wifi@1 {
};
};
&mmc3_pins {
/* AP6210 / AP6330 requires pull-up */
bias-pull-up;
};
&ohci0 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment