diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-20 21:03:20 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-28 15:14:19 +0100 |
commit | 4ead0ad7b21734c03d91659ca60818114fffcf7c (patch) | |
tree | 48c92c99922e2922185a48deac5bb23e252e73fd /arch/arm/boot/dts/sun8i-r16-parrot.dts | |
parent | ARM: dts: sun8i: a23/a33: Reorder the pin groups (diff) | |
download | linux-4ead0ad7b21734c03d91659ca60818114fffcf7c.tar.xz linux-4ead0ad7b21734c03d91659ca60818114fffcf7c.zip |
ARM: dts: sun8i: a23/a33: Remove card detect pull-up
Boards usually have an external pull-up on the card-detect signal, so
there's no need to add another one.
This also removes a DTC warning.
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-r16-parrot.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-r16-parrot.dts | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/sun8i-r16-parrot.dts b/arch/arm/boot/dts/sun8i-r16-parrot.dts index 17868b1eff4e..ec987f422041 100644 --- a/arch/arm/boot/dts/sun8i-r16-parrot.dts +++ b/arch/arm/boot/dts/sun8i-r16-parrot.dts @@ -127,7 +127,7 @@ &mmc0 { pinctrl-names = "default"; - pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_parrot>; + pinctrl-0 = <&mmc0_pins_a>; vmmc-supply = <®_dcdc1>; cd-gpios = <&pio 3 14 GPIO_ACTIVE_LOW>; /* PD14 */ bus-width = <4>; @@ -163,12 +163,6 @@ }; &pio { - mmc0_cd_pin_parrot: mmc0_cd_pin@0 { - pins = "PD14"; - function = "gpio_in"; - bias-pull-up; - }; - usb0_id_det: usb0_id_detect_pin@0 { pins = "PD10"; function = "gpio_in"; |