diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-20 23:03:20 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-28 17:14:08 +0300 |
commit | d491714e8187bd5c3254971074d6c96875f0b957 (patch) | |
tree | abac01272accfc41cca695230675a258a3dd7750 /arch/arm/boot/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts | |
parent | 8f9e10524902d0b476bcda18cec1925fba6ce2df (diff) | |
download | linux-d491714e8187bd5c3254971074d6c96875f0b957.tar.xz |
ARM: dts: sun6i: 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/sun6i-a31s-yones-toptech-bs1078-v2.dts')
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts b/arch/arm/boot/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts index aab6c1720ef7..2d8dc4321b7b 100644 --- a/arch/arm/boot/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts +++ b/arch/arm/boot/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts @@ -89,17 +89,9 @@ status = "okay"; }; -&pio { - mmc0_cd_pin_bs1078v2: mmc0_cd_pin@0 { - pins = "PA8"; - function = "gpio_in"; - bias-pull-up; - }; -}; - &mmc0 { pinctrl-names = "default"; - pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_bs1078v2>; + pinctrl-0 = <&mmc0_pins_a>; vmmc-supply = <®_vcc3v0>; bus-width = <4>; cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */ |