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 11:36:57 +0100 |
commit | 79badc748b44ca0fa5ba51e11a4366953d624218 (patch) | |
tree | 8a4806268205c070c163c61afd021eb144ed2711 /arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts | |
parent | ARM: dts: sun5i: Remove all useless pinctrl nodes (diff) | |
download | linux-79badc748b44ca0fa5ba51e11a4366953d624218.tar.xz linux-79badc748b44ca0fa5ba51e11a4366953d624218.zip |
ARM: dts: sun5i: 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/sun5i-a10s-auxtek-t003.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts b/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts index 39504d720efc..9e076e748b78 100644 --- a/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts +++ b/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts @@ -90,7 +90,7 @@ &mmc0 { pinctrl-names = "default"; - pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_t003>; + pinctrl-0 = <&mmc0_pins_a>; vmmc-supply = <®_vcc3v3>; bus-width = <4>; cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */ @@ -106,12 +106,6 @@ }; &pio { - mmc0_cd_pin_t003: mmc0_cd_pin@0 { - pins = "PG1"; - function = "gpio_in"; - bias-pull-up; - }; - led_pins_t003: led_pins@0 { pins = "PB2"; function = "gpio_out"; |