]> git.dujemihanovic.xyz Git - linux.git/commitdiff
DONOTMERGE: arm64: dts: samsung,coreprimevelte: add touchscreen
authorKarel Balej <balejk@matfyz.cz>
Mon, 25 Dec 2023 21:34:00 +0000 (22:34 +0100)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Fri, 11 Oct 2024 17:43:54 +0000 (19:43 +0200)
arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts

index d21d78524da7c4d1211fb30829e00ec36a7555d8..4e8c348506afa32f33f21e756c4da0cb1a887f43 100644 (file)
 
 &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 = <KEY_APPSELECT>, <KEY_BACK>;
+       };
 };
 
 &usb {