* [PATCH v2] ARM: dts: imx53-ppd: Fix touchscreen reset-gpios
@ 2025-01-09 0:07 Fabio Estevam
2025-02-18 6:22 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2025-01-09 0:07 UTC (permalink / raw)
To: shawnguo; +Cc: robh, krzk+dt, conor+dt, linux-arm-kernel, Fabio Estevam
From: Fabio Estevam <festevam@denx.de>
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>
---
Changes since v1:
- Fix Subject.
arch/arm/boot/dts/nxp/imx/imx53-ppd.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/nxp/imx/imx53-ppd.dts b/arch/arm/boot/dts/nxp/imx/imx53-ppd.dts
index e939acc1c88b..2892e457fea7 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 @@ &i2c2 {
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>;
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] ARM: dts: imx53-ppd: Fix touchscreen reset-gpios
2025-01-09 0:07 [PATCH v2] ARM: dts: imx53-ppd: Fix touchscreen reset-gpios Fabio Estevam
@ 2025-02-18 6:22 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2025-02-18 6:22 UTC (permalink / raw)
To: Fabio Estevam
Cc: shawnguo, robh, krzk+dt, conor+dt, linux-arm-kernel,
Fabio Estevam
On Wed, Jan 08, 2025 at 09:07:10PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
>
> 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>
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-18 6:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 0:07 [PATCH v2] ARM: dts: imx53-ppd: Fix touchscreen reset-gpios Fabio Estevam
2025-02-18 6:22 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).