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(-)