ARM: dts: nxp: imx6ul: fix touchscreen node name
authorSebastian Reichel <sre@kernel.org>
Sat, 24 Feb 2024 21:29:44 +0000 (22:29 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 26 Feb 2024 01:35:07 +0000 (09:35 +0800)
The canonical node name for touchscreens is "touchscreen",
so update the i.MX6UL "tsc" node accordingly.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6ul.dtsi

index 5164c80c8368f4d06d2b208d64c88bc8ff98f3b3..68012151a8263c6edd885511aea0e09e515798ea 100644 (file)
                                };
                        };
 
-                       tsc: tsc@2040000 {
+                       tsc: touchscreen@2040000 {
                                compatible = "fsl,imx6ul-tsc";
                                reg = <0x02040000 0x4000>, <0x0219c000 0x4000>;
                                interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,