mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 15:49:42 -04:00
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: Maxime Ripard <maxime.ripard@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
@@ -121,10 +121,6 @@ &mmc0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mmc0_pins_a {
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&pio {
|
||||
i2c_lcd_pins: i2c_lcd_pin@0 {
|
||||
pins = "PA23", "PA24";
|
||||
|
||||
@@ -222,11 +222,6 @@ &mmc0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mmc0_pins_a {
|
||||
/* external pull-ups missing for some pins */
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&mmc1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mmc1_pins_a>;
|
||||
|
||||
@@ -120,10 +120,6 @@ &mmc0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mmc0_pins_a {
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&mmc2 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mmc2_pins_a>;
|
||||
@@ -142,10 +138,6 @@ brcmf: wifi@1 {
|
||||
};
|
||||
};
|
||||
|
||||
&mmc2_pins_a {
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&ohci0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -98,10 +98,6 @@ &mmc0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mmc0_pins_a {
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
&p2wi {
|
||||
status = "okay";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user