]> 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)
committerKarel Balej <balejk@matfyz.cz>
Thu, 28 Mar 2024 13:38:39 +0000 (14:38 +0100)
arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts

index d15e629b0e6da153ed56caba404a01279b67e718..ab52b9f60b6e02a85b2d741c5206e60ecec83b2f 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 {