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 chuwi-v7 dts file

Add a node describing the focaltech ft5306de4 touchscreen found on
chuwi-v7-cw0825 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
75313a07 925c8710

+10
+10
arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dts
··· 45 45 #include "sunxi-common-regulators.dtsi" 46 46 #include <dt-bindings/gpio/gpio.h> 47 47 #include <dt-bindings/input/input.h> 48 + #include <dt-bindings/interrupt-controller/irq.h> 48 49 49 50 / { 50 51 model = "Chuwi V7 CW0825"; ··· 89 88 pinctrl-names = "default"; 90 89 pinctrl-0 = <&i2c2_pins_a>; 91 90 status = "okay"; 91 + 92 + ft5306de4: touchscreen@38 { 93 + compatible = "edt,edt-ft5406"; 94 + reg = <0x38>; 95 + interrupt-parent = <&pio>; 96 + interrupts = <7 21 IRQ_TYPE_EDGE_FALLING>; 97 + touchscreen-size-x = <1024>; 98 + touchscreen-size-y = <768>; 99 + }; 92 100 }; 93 101 94 102 &lradc {