Skip to content

Commit 3ba5915

Browse files
committed
dtoverlays: Add override for ili79600 touch compatible
1 parent 6fc7f79 commit 3ba5915

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
};
2828

2929
touch: ts@41 {
30-
compatible = "ilitek,ili79600a", "mediatek,cap_touch", "tchip,ilitek";
30+
compatible = "ilitek,ili79600a";
3131
reg = <0x41>;
3232

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

@@ -133,5 +134,6 @@
133134
<&display_reg>, "reg:0=0",
134135
<&display_reg>, "regulator-name=display_reg_0",
135136
<&backlight>, "reg:0=0";
137+
ilitek_ts = <&touch>,"compatible=tchip,ilitek";
136138
};
137139
};

0 commit comments

Comments
 (0)