From: Maxime Ripard Date: Tue, 16 Apr 2019 08:57:45 +0000 (+0200) Subject: ARM: dts: sun8i: mapleboard: Remove cd-inverted X-Git-Tag: v5.2-rc1~45^2~24^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7aaee3d11689aee0f23f7bf4f6d7b4015bcdb467;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts b/arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts index 6d626ec1f7472..ff0a7a952e0c1 100644 --- a/arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts +++ b/arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts @@ -91,8 +91,7 @@ &mmc0 { vmmc-supply = <®_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"; };