]> git.dujemihanovic.xyz Git - linux.git/commitdiff
DONOTMERGE: arm64: dts: add touchscreen bindings for samsung,coreprimevelte
authorKarel Balej <balejk@matfyz.cz>
Mon, 25 Sep 2023 20:41:24 +0000 (22:41 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 5 Nov 2023 13:50:01 +0000 (14:50 +0100)
Signed-off-by: Karel Balej <balejk@matfyz.cz>
arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts

index 9c5ea2aa4278bc167f5a41368f8a1110417d4ac6..b1ae358c5778538f7b614b16b5d4feac8b77043a 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 {