Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Maxime Ripard <maxime.ripard@bootlin.com>

+1 -2
+1 -2
arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts
··· 91 91 &mmc0 { 92 92 vmmc-supply = <&reg_vcc3v3>; 93 93 bus-width = <4>; 94 - cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>; /* PF6 */ 95 - cd-inverted; 94 + cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */ 96 95 status = "okay"; 97 96 }; 98 97