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-a23-polaroid-mid2407pxe03.dts | |
parent | 3af4c3eaf8cf32c75803ac625eccaefc3a39efd0 (diff) | |
download | blackbird-op-linux-dac89fd27886fdf6aa6ecb9aa29ee6c1039db0e5.tar.gz blackbird-op-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-a23-polaroid-mid2407pxe03.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-polaroid-mid2407pxe03.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-polaroid-mid2407pxe03.dts b/arch/arm/boot/dts/sun8i-a23-polaroid-mid2407pxe03.dts index 649e31339662..61a4702b63c1 100644 --- a/arch/arm/boot/dts/sun8i-a23-polaroid-mid2407pxe03.dts +++ b/arch/arm/boot/dts/sun8i-a23-polaroid-mid2407pxe03.dts @@ -85,10 +85,6 @@ }; }; -&mmc1_pins_a { - bias-pull-up; -}; - &r_pio { wifi_pwrseq_pin_mid2407: wifi_pwrseq_pin@0 { pins = "PL6"; |