ARM: dts: sun7i: Remove redundant MMC pinmux tuning
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 21 Nov 2018 09:44:54 +0000 (10:44 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 28 Nov 2018 14:14:15 +0000 (15:14 +0100)
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>
arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts
arch/arm/boot/dts/sun7i-a20-cubietruck.dts
arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts

index e2e540380c6ea443e5a4984e347ba35cc89d3a12..e2bfe0058830fd12c14cf0b033871ba35f390d21 100644 (file)
        };
 };
 
-&mmc3_pins {
-       /* AP6210 requires pull-up */
-       bias-pull-up;
-};
-
 &ohci0 {
        status = "okay";
 };
index 95da354cecb7686af14cd45fd0189959d9bf6862..15c5eae4ca7b9337d4afe517d90561625b103429 100644 (file)
        };
 };
 
-&mmc3_pins {
-       /* AP6210 requires pull-up */
-       bias-pull-up;
-};
-
 &ohci0 {
        status = "okay";
 };
index 6313d8a8a37cfb89d31e8ff1141b0e35df63bc80..5f1c4f573d3eac3cbb3c900014119b97a629a78f 100644 (file)
        };
 };
 
-&mmc3_pins {
-       /* AP6210 / AP6330 requires pull-up */
-       bias-pull-up;
-};
-
 &ohci0 {
        status = "okay";
 };