Skip to content

Commit 1aff018

Browse files
committed
dtoverlay: Correct GPIO sense
1 parent bba44cd commit 1aff018

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm/boot/dts/overlays/vc4-kms-dsi-ili79600-10-1inch-overlay.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
compatible = "ilitek,ili79600a", "mediatek,cap_touch", "tchip,ilitek";
3131
reg = <0x41>;
3232

33-
reset-gpio = <&display_mcu 1 GPIO_ACTIVE_LOW>;
33+
touch,reset-gpio = <&display_mcu 1 GPIO_ACTIVE_HIGH>;
34+
touch,irq-gpio = <&gpio 5 GPIO_ACTIVE_HIGH>;
3435

3536
touchscreen-size-x = < 1200 >;
3637
touchscreen-size-y = < 1920 >;

0 commit comments

Comments
 (0)