ARM: dts: sunxi: Don't use cd-inverted in sun8i-r40-bananapi-m2-ultra
authorTuomas Tynkkynen <tuomas@tuxera.com>
Tue, 7 Aug 2018 23:25:53 +0000 (02:25 +0300)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 27 Aug 2018 07:20:23 +0000 (09:20 +0200)
Another user of cd-inverted seems to have crept in. Switch it away from
cd-inverted to be consistent with other sunxi boards.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts

index c39b916..a891a38 100644 (file)
 &mmc0 {
        vmmc-supply = <&reg_dcdc1>;
        bus-width = <4>;
-       cd-gpios = <&pio 7 13 GPIO_ACTIVE_HIGH>; /* PH13 */
-       cd-inverted;
+       cd-gpios = <&pio 7 13 GPIO_ACTIVE_LOW>; /* PH13 */
        status = "okay";
 };