]> 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>
Sat, 29 Jun 2024 10:52:30 +0000 (12:52 +0200)
arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts

index d35918e7ccae6b33bba325d7e960ce8de21d17c9..427d737fad15550f728e14662f4ab2ba9f7aabf8 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,code = <KEY_APPSELECT>, <KEY_BACK>;
+       };
 };
 
 &usb {