Skip to content

Commit 3432749

Browse files
committed
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: Frank Li <Frank.Li@nxp.com>
1 parent 3caf9e6 commit 3432749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/nxp/imx/imx25.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
status = "disabled";
306306
};
307307

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

0 commit comments

Comments
 (0)