public inbox for linux-gpio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] support i.MX93 truly available GPIO pins
@ 2024-01-15 13:16 Hector Palacios
  2024-01-15 13:16 ` [PATCH v2 1/2] gpio: vf610: add support to DT 'ngpios' property Hector Palacios
  2024-01-15 13:16 ` [PATCH v2 2/2] arm64: dts: imx93: specify available 'ngpios' per GPIO port Hector Palacios
  0 siblings, 2 replies; 7+ messages in thread
From: Hector Palacios @ 2024-01-15 13:16 UTC (permalink / raw)
  To: linus.walleij, brgl, robh+dt
  Cc: stefan, linux-gpio, devicetree, peng.fan, haibo.chen,
	alexander.stein, hector.palacios


All four GPIO ports of i.MX93 SoC show 32 pins available, but
not every port has 32 pins.
Add support on the GPIO driver to 'ngpios' property and set
the truly available pins on the SoC device tree.

v2
* Add 'ngpios' property to DT binding for proper validation

Hector Palacios (2):
      gpio: vf610: add support to DT 'ngpios' property
      arm64: dts: imx93: specify available 'ngpios' per GPIO port

 Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 6 ++++++
 arch/arm64/boot/dts/freescale/imx93.dtsi               | 4 ++++
 drivers/gpio/gpio-vf610.c                              | 7 ++++++-
 3 files changed, 16 insertions(+), 1 deletion(-)



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-01-16  2:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 13:16 [PATCH v2] support i.MX93 truly available GPIO pins Hector Palacios
2024-01-15 13:16 ` [PATCH v2 1/2] gpio: vf610: add support to DT 'ngpios' property Hector Palacios
2024-01-15 21:10   ` Krzysztof Kozlowski
2024-01-15 13:16 ` [PATCH v2 2/2] arm64: dts: imx93: specify available 'ngpios' per GPIO port Hector Palacios
2024-01-15 13:30   ` Alexander Stein
2024-01-15 15:41     ` Hector Palacios
2024-01-16  2:59       ` Bough Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox