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

ARM: dts: tbs711: Fix touchscreen compatible

The edt,edt-ft5x06 compatible has never been a valid compatible
according to the binding. Let's change for one that is.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20210901091852.479202-46-maxime@cerno.tech

+1 -1
+1 -1
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
··· 169 169 status = "okay"; 170 170 171 171 touchscreen@38 { 172 - compatible = "edt,edt-ft5x06"; 172 + compatible = "edt,edt-ft5206"; 173 173 reg = <0x38>; 174 174 interrupt-parent = <&r_pio>; 175 175 interrupts = <0 7 IRQ_TYPE_EDGE_FALLING>; /* PL7 */