From: Frank Li Date: Thu, 12 Feb 2026 16:19:49 +0000 (-0500) Subject: ARM: dts: imx28-tx28: rename compatible to "edt,edt-ft5206" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f29f4db9f1a7f48058400c1956d8429a8ee4539d;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: imx28-tx28: rename compatible to "edt,edt-ft5206" 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 --- diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts b/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts index c55e0900e86d..6395148a96cf 100644 --- a/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts +++ b/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts @@ -280,7 +280,7 @@ }; polytouch: edt-ft5x06@38 { - compatible = "edt,edt-ft5x06"; + compatible = "edt,edt-ft5206"; reg = <0x38>; pinctrl-names = "default"; pinctrl-0 = <&tx28_edt_ft5x06_pins>;