Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun4i: Add touchscreen node to inet97fv2 dts file

Add a node describing the focaltech ft5306de4 touchscreen found on
inet97fv2 tablets.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Hans de Goede and committed by
Maxime Ripard
1b4dcd01 75313a07

+10
+10
arch/arm/boot/dts/sun4i-a10-inet97fv2.dts
··· 48 48 49 49 #include <dt-bindings/gpio/gpio.h> 50 50 #include <dt-bindings/input/input.h> 51 + #include <dt-bindings/interrupt-controller/irq.h> 51 52 52 53 / { 53 54 model = "INet-97F Rev 02"; ··· 94 93 pinctrl-names = "default"; 95 94 pinctrl-0 = <&i2c2_pins_a>; 96 95 status = "okay"; 96 + 97 + ft5406ee8: touchscreen@38 { 98 + compatible = "edt,edt-ft5406"; 99 + reg = <0x38>; 100 + interrupt-parent = <&pio>; 101 + interrupts = <7 21 IRQ_TYPE_EDGE_FALLING>; 102 + touchscreen-size-x = <800>; 103 + touchscreen-size-y = <480>; 104 + }; 97 105 }; 98 106 99 107 &lradc {