]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx28-tx28: rename compatible to "edt,edt-ft5206"
authorFrank Li <Frank.Li@nxp.com>
Thu, 12 Feb 2026 16:19:49 +0000 (11:19 -0500)
committerFrank Li <Frank.Li@nxp.com>
Mon, 6 Apr 2026 01:35:21 +0000 (21:35 -0400)
The compatible string "edt,edt-ft5x06" is neither documented nor used.
According to drivers/input/touchscreen/edt-ft5x06.c, ft5206, ft5306 and
ft5406 are compatible.

Use "edt,edt-ft5206" instead, as the datasheet does not specify the
exact touchscreen model.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts

index c55e0900e86d373c5dac9e29b9e88d7ed8ff53c6..6395148a96cf844637412de8e2e53e2095cef57c 100644 (file)
        };
 
        polytouch: edt-ft5x06@38 {
-               compatible = "edt,edt-ft5x06";
+               compatible = "edt,edt-ft5206";
                reg = <0x38>;
                pinctrl-names = "default";
                pinctrl-0 = <&tx28_edt_ft5x06_pins>;