ARM: dts: sunxi: Change sun7i-a20-olimex-som204-evb to not use cd-inverted
authorTuomas Tynkkynen <tuomas@tuxera.com>
Tue, 10 Apr 2018 14:51:19 +0000 (17:51 +0300)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 16 Apr 2018 12:40:30 +0000 (14:40 +0200)
Commit 45e01f401a2a16 ("ARM: dts: sunxi: Switch MMC nodes away from
cd-inverted property") changed most of the sunxi boards away from using
the cd-inverted property in MMC nodes. However, the
sun7i-a20-olimex-som204-evb board which got merged concurrently with
that commit is now using cd-inverted. Switch it away from using
cd-inverted to be consistent with rest of the sunxi boards.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun7i-a20-olimex-som204-evb.dts

index eae8e26..3d7b5c8 100644 (file)
        pinctrl-0 = <&mmc0_pins_a>;
        vmmc-supply = <&reg_vcc3v3>;
        bus-width = <4>;
-       cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>;
-       cd-inverted;
+       cd-gpios = <&pio 7 1 GPIO_ACTIVE_LOW>;
        status = "okay";
 };