Commit 3432749e authored by Frank Li's avatar Frank Li
Browse files

ARM: dts: imx25: rename node name tcq to touchscreen

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: default avatarFrank Li <Frank.Li@nxp.com>
parent 3caf9e66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@ adc: adc@50030800 {
					status = "disabled";
				};

				tsc: tcq@50030400 {
				tsc: touchscreen@50030400 {
					compatible = "fsl,imx25-tcq";
					reg = <0x50030400 0x60>;
					interrupt-parent = <&tscadc>;