Hi, On Tue, Feb 13, 2024 at 10:53:05AM -0300, Fabio Estevam wrote: > On Mon, Feb 12, 2024 at 10:03 PM Sebastian Reichel <sre@xxxxxxxxxx> wrote: > > Replace all "xnur-gpio" with "xnur-gpios" in the > > i.MX6UL(L) Touchscreen node. > > Please explain the reason for doing this. DT binding maintainers asked to use xnur-gpios instead of xnur-gpio in the DT binding when converting to YAML (the -gpio suffix is deprecated in favour of -gpios). This updates the DT files to become compliant. The Linux kernel driver has already been using gpiod API when it was added to the kernel, so this change is backwards compatible. I will extend the description from this patch in v3. -- Sebastian