]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx25: rename node name tcq to touchscreen
authorFrank Li <Frank.Li@nxp.com>
Wed, 11 Feb 2026 21:41:06 +0000 (16:41 -0500)
committerFrank Li <Frank.Li@nxp.com>
Mon, 6 Apr 2026 01:35:39 +0000 (21:35 -0400)
Rename node name tcq to touchscreen to fix below CHECK_DTBS warnings:
arch/arm/boot/dts/nxp/imx/imx25-karo-tx25.dtb: tscadc@50030000 (fsl,imx25-tsadc): 'tcq@50030400' does not match any of the regexes: '^adc@[0-9a-f]+$', '^pinctrl-[0-9]+$', '^touchscreen@[0-9a-f]+$'
        from schema $id: http://devicetree.org/schemas/mfd/fsl,imx25-tsadc.yaml

Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm/boot/dts/nxp/imx/imx25.dtsi

index 54a116533c45883d9a2f7823a2e48b2f82a17b1e..94dbcef63b8cd695bade9e4c552c450d8905b23c 100644 (file)
                                        status = "disabled";
                                };
 
-                               tsc: tcq@50030400 {
+                               tsc: touchscreen@50030400 {
                                        compatible = "fsl,imx25-tcq";
                                        reg = <0x50030400 0x60>;
                                        interrupt-parent = <&tscadc>;