Skip to content

Commit f88e930

Browse files
geomatsimripard
authored andcommitted
arm64: dts: orange-pi-zero-plus2: fix sdcard detect
The sdcard detect pin on orange-pi-zero-plus2 is pulled up. Fix cd-gpio description to enable sdcard detect. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
1 parent 7d556bf commit f88e930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-zero-plus2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin>;
7272
vmmc-supply = <&reg_vcc3v3>;
7373
bus-width = <4>;
74-
cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;
74+
cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
7575
status = "okay";
7676
};
7777

0 commit comments

Comments
 (0)