aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorGravatar Sebastian Reichel <sre@kernel.org> 2024-02-24 22:29:44 +0100
committerGravatar Shawn Guo <shawnguo@kernel.org> 2024-02-26 09:35:07 +0800
commitc5823a807ea2f6ac644bfb4f2a22dc0a5c2d9883 (patch)
treeb4cbf26b078271e51c7f987b0ff4dbbf0bba0c72 /arch/arm/boot
parentARM: dts: nxp: imx6ul: xnur-gpio -> xnur-gpios (diff)
downloadlinux-c5823a807ea2f6ac644bfb4f2a22dc0a5c2d9883.tar.gz
linux-c5823a807ea2f6ac644bfb4f2a22dc0a5c2d9883.tar.bz2
linux-c5823a807ea2f6ac644bfb4f2a22dc0a5c2d9883.zip
ARM: dts: nxp: imx6ul: fix touchscreen node name
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/nxp/imx/imx6ul.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi
index 5164c80c8368..68012151a826 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi
@@ -370,7 +370,7 @@
};
};
- tsc: tsc@2040000 {
+ tsc: touchscreen@2040000 {
compatible = "fsl,imx6ul-tsc";
reg = <0x02040000 0x4000>, <0x0219c000 0x4000>;
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,