Commit dea296bc authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun6i: 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 d491714e
...@@ -121,10 +121,6 @@ &mmc0 { ...@@ -121,10 +121,6 @@ &mmc0 {
status = "okay"; status = "okay";
}; };
&mmc0_pins_a {
bias-pull-up;
};
&pio { &pio {
i2c_lcd_pins: i2c_lcd_pin@0 { i2c_lcd_pins: i2c_lcd_pin@0 {
pins = "PA23", "PA24"; pins = "PA23", "PA24";
......
...@@ -222,11 +222,6 @@ &mmc0 { ...@@ -222,11 +222,6 @@ &mmc0 {
status = "okay"; status = "okay";
}; };
&mmc0_pins_a {
/* external pull-ups missing for some pins */
bias-pull-up;
};
&mmc1 { &mmc1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mmc1_pins_a>; pinctrl-0 = <&mmc1_pins_a>;
......
...@@ -120,10 +120,6 @@ &mmc0 { ...@@ -120,10 +120,6 @@ &mmc0 {
status = "okay"; status = "okay";
}; };
&mmc0_pins_a {
bias-pull-up;
};
&mmc2 { &mmc2 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mmc2_pins_a>; pinctrl-0 = <&mmc2_pins_a>;
...@@ -142,10 +138,6 @@ brcmf: wifi@1 { ...@@ -142,10 +138,6 @@ brcmf: wifi@1 {
}; };
}; };
&mmc2_pins_a {
bias-pull-up;
};
&ohci0 { &ohci0 {
status = "okay"; status = "okay";
}; };
......
...@@ -98,10 +98,6 @@ &mmc0 { ...@@ -98,10 +98,6 @@ &mmc0 {
status = "okay"; status = "okay";
}; };
&mmc0_pins_a {
bias-pull-up;
};
&p2wi { &p2wi {
status = "okay"; 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