]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx53-ppd: Fix touchscreen reset-gpios
authorFabio Estevam <festevam@denx.de>
Thu, 9 Jan 2025 00:07:10 +0000 (21:07 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 18 Feb 2025 06:21:49 +0000 (14:21 +0800)
According to atmel,maxtouch.yaml, the correct property that describes
the GPIO connected to the touchscreen reset line is 'reset-gpios'.

Change it accordingly to fix the following dt-schema warning:

'reset-gpio' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx53-ppd.dts

index e939acc1c88b7c17a5bdaf5a934769f79e5ea8b3..2892e457fea7ef79ac5877f0a3c893f29b614fdf 100644 (file)
 
        touchscreen@4b {
                compatible = "atmel,maxtouch";
-               reset-gpio = <&gpio5 19 GPIO_ACTIVE_LOW>;
+               reset-gpios = <&gpio5 19 GPIO_ACTIVE_LOW>;
                reg = <0x4b>;
                interrupt-parent = <&gpio5>;
                interrupts = <4 IRQ_TYPE_LEVEL_LOW>;