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:
parent
7dab9adb7d
commit
d02932889b
@ -197,11 +197,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&mmc3_pins {
|
||||
/* AP6210 requires pull-up */
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&ohci0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -215,11 +215,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&mmc3_pins {
|
||||
/* AP6210 requires pull-up */
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&ohci0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -167,11 +167,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&mmc3_pins {
|
||||
/* AP6210 / AP6330 requires pull-up */
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&ohci0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user