Unverified Commit 7aaee3d1 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun8i: mapleboard: Remove cd-inverted



The cd-inverted property can also be expressed using the GPIO flags. Use
the active low GPIO flag to have the same semantic without the confusion.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 0a3df8bb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -91,8 +91,7 @@
&mmc0 {
	vmmc-supply = <&reg_vcc3v3>;
	bus-width = <4>;
	cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>; /* PF6 */
	cd-inverted;
	cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
	status = "okay";
};