From: Karel Balej Date: Mon, 25 Dec 2023 21:34:00 +0000 (+0100) Subject: DONOTMERGE: arm64: dts: samsung,coreprimevelte: add touchscreen X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e94ae0d840a62e10762ecfa3bd5e6f1fc5f0cad7;p=linux.git DONOTMERGE: arm64: dts: samsung,coreprimevelte: add touchscreen --- diff --git a/arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts b/arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts index d21d78524da7..4e8c348506af 100644 --- a/arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts +++ b/arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts @@ -345,6 +345,17 @@ &twsi3 { status = "okay"; + + touchscreen@50 { + compatible = "imagis,ist3032c"; + reg = <0x50>; + interrupt-parent = <&gpio>; + interrupts = <72 IRQ_TYPE_EDGE_FALLING>; + vdd-supply = <&ldo2>; + touchscreen-size-x = <480>; + touchscreen-size-y = <800>; + linux,keycodes = , ; + }; }; &usb {