mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 10:19:53 +07:00
ARM: dts: sun8i: a23/a33: 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
3af4c3eaf8
commit
dac89fd278
@ -85,10 +85,6 @@ esp8089: sdio_wifi@1 {
|
||||
};
|
||||
};
|
||||
|
||||
&mmc1_pins_a {
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&r_pio {
|
||||
wifi_pwrseq_pin_mid2407: wifi_pwrseq_pin@0 {
|
||||
pins = "PL6";
|
||||
|
@ -78,10 +78,6 @@ esp8089: sdio_wifi@1 {
|
||||
};
|
||||
};
|
||||
|
||||
&mmc1_pins_a {
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&r_pio {
|
||||
wifi_pwrseq_pin_mid2809: wifi_pwrseq_pin@0 {
|
||||
pins = "PL6";
|
||||
|
@ -70,10 +70,6 @@ home {
|
||||
};
|
||||
};
|
||||
|
||||
&mmc1_pins_a {
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&mmc1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mmc1_pins_a>;
|
||||
|
@ -161,8 +161,6 @@ &mmc2 {
|
||||
&mmc2_8bit_pins {
|
||||
/* Increase drive strength for DDR modes */
|
||||
drive-strength = <40>;
|
||||
/* eMMC is missing pull-ups */
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&ohci0 {
|
||||
|
@ -82,10 +82,6 @@ sdio_wifi: sdio_wifi@1 {
|
||||
};
|
||||
};
|
||||
|
||||
&mmc1_pins_a {
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&r_pio {
|
||||
wifi_pwrseq_pin_q8: wifi_pwrseq_pin@0 {
|
||||
pins = "PL6", "PL7", "PL11";
|
||||
|
@ -158,7 +158,6 @@ &mmc2 {
|
||||
|
||||
&mmc2_8bit_pins {
|
||||
drive-strength = <40>;
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&ohci0 {
|
||||
|
Loading…
Reference in New Issue
Block a user