diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2017-12-22 23:57:37 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-02-13 11:37:22 +0300 |
commit | 45e01f401a2a16a8d7ca910fe01c124451980bd8 (patch) | |
tree | f18e6a5308ef03cce298d440115fb8d893463618 /arch/arm/boot/dts/sun5i-a10s-wobo-i5.dts | |
parent | 88c23c05ef18f543fad7b26c95a3acc0ffb378cc (diff) | |
download | linux-45e01f401a2a16a8d7ca910fe01c124451980bd8.tar.xz |
ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property
Using the cd-inverted property is not useful when GPIOs are used as card
detects since the polarity can be specified with the usual
GPIO_ACTIVE_(HIGH|LOW) GPIO flags. It has also caused confusion for
U-Boot developers, so migrate all sunxi boards away from cd-inverted.
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a10s-wobo-i5.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s-wobo-i5.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s-wobo-i5.dts b/arch/arm/boot/dts/sun5i-a10s-wobo-i5.dts index 5482be174e12..3f68ef5d92a0 100644 --- a/arch/arm/boot/dts/sun5i-a10s-wobo-i5.dts +++ b/arch/arm/boot/dts/sun5i-a10s-wobo-i5.dts @@ -130,8 +130,7 @@ pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_wobo_i5>; vmmc-supply = <®_vcc3v3>; bus-width = <4>; - cd-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */ - cd-inverted; + cd-gpios = <&pio 1 3 GPIO_ACTIVE_LOW>; /* PB3 */ status = "okay"; }; |