]> git.dujemihanovic.xyz Git - linux.git/commitdiff
DONOTMERGE: dt-bindings: 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, 20 Jan 2024 19:52:03 +0000 (20:52 +0100)
arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts

index 87b1b95b3570959c843f0a88b4a1ad5b3064b898..e5354bf929efcda617b1047c500954fa1fbc34fb 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>;
+       };
 };
 
 &usb {