From: Duje Mihanović Date: Sat, 13 Sep 2025 21:21:04 +0000 (+0200) Subject: arm64: dts: marvell: samsung,coreprimevelte: Correct CD GPIO X-Git-Tag: v6.19-rc1~100^2~34^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a644f1f94f5c7d38a3e15db377ac71ba1651f1;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: marvell: samsung,coreprimevelte: Correct CD GPIO Right now, the CD GPIO is defined as active high with a cd-inverted property. Just define the GPIO as active low instead. Signed-off-by: Duje Mihanović --- diff --git a/arch/arm64/boot/dts/marvell/mmp/pxa1908-samsung-coreprimevelte.dts b/arch/arm64/boot/dts/marvell/mmp/pxa1908-samsung-coreprimevelte.dts index cc54ab8742441..0990c3e21bd39 100644 --- a/arch/arm64/boot/dts/marvell/mmp/pxa1908-samsung-coreprimevelte.dts +++ b/arch/arm64/boot/dts/marvell/mmp/pxa1908-samsung-coreprimevelte.dts @@ -429,8 +429,7 @@ &sdh0 { pinctrl-names = "default"; pinctrl-0 = <&sdh0_pins_0 &sdh0_pins_1 &sdh0_pins_2>; - cd-gpios = <&gpio 11 0>; - cd-inverted; + cd-gpios = <&gpio 11 GPIO_ACTIVE_LOW>; bus-width = <4>; wp-inverted; vmmc-supply = <&ldo14>;