From: Fabio Estevam Date: Thu, 9 Jan 2025 00:07:10 +0000 (-0300) Subject: ARM: dts: imx53-ppd: Fix touchscreen reset-gpios X-Git-Tag: v6.15-rc1~159^2~17^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ce68566fa2ce8855860112d6c6188d460ea1cdb;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: imx53-ppd: Fix touchscreen reset-gpios 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/nxp/imx/imx53-ppd.dts b/arch/arm/boot/dts/nxp/imx/imx53-ppd.dts index e939acc1c88b7..2892e457fea7e 100644 --- a/arch/arm/boot/dts/nxp/imx/imx53-ppd.dts +++ b/arch/arm/boot/dts/nxp/imx/imx53-ppd.dts @@ -593,7 +593,7 @@ 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>;