diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-21 10:44:54 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-28 15:14:18 +0100 |
commit | dac89fd27886fdf6aa6ecb9aa29ee6c1039db0e5 (patch) | |
tree | 1d2f01dc937f6ddf4672081773003d9840ec4688 /arch/arm/boot/dts/sun8i-q8-common.dtsi | |
parent | ARM: dts: sun8i: a23/a33: Change framebuffer node names to avoid warnings (diff) | |
download | linux-dac89fd27886fdf6aa6ecb9aa29ee6c1039db0e5.tar.xz linux-dac89fd27886fdf6aa6ecb9aa29ee6c1039db0e5.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-q8-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-q8-common.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/sun8i-q8-common.dtsi b/arch/arm/boot/dts/sun8i-q8-common.dtsi index c676940a96da..0b3db925254b 100644 --- a/arch/arm/boot/dts/sun8i-q8-common.dtsi +++ b/arch/arm/boot/dts/sun8i-q8-common.dtsi @@ -82,10 +82,6 @@ }; }; -&mmc1_pins_a { - bias-pull-up; -}; - &r_pio { wifi_pwrseq_pin_q8: wifi_pwrseq_pin@0 { pins = "PL6", "PL7", "PL11"; |