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ć <duje@dujemihanovic.xyz>
This commit is contained in:
Duje Mihanović
2025-09-13 23:21:04 +02:00
parent 3d7590419a
commit e7a644f1f9

View File

@@ -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>;