[PATCH] gpio-vf610: always register 32 GPIOs
Sascha Hauer
s.hauer at pengutronix.de
Wed Feb 7 23:41:12 PST 2024
On Mon, 05 Feb 2024 12:16:27 +0100, Sascha Hauer wrote:
> The gpio-vf610 driver used to parse the number of GPIOs to register from
> the gpio-ranges property. This was ok to do when the gpio-ranges
> property only contained a single entry like on the vf610. On i.MX93 we
> have multiple entries though, so the first entry doesn't contain the
> full number of GPIOs the device supports. We would have to parse all
> entries instead. That doesn't give us any gain though, we can equally
> well just register the maximum of 32 GPIOs and just have a few GPIOs
> registered that are not pinmuxed to the outside.
>
> [...]
Applied, thanks!
[1/1] gpio-vf610: always register 32 GPIOs
https://git.pengutronix.de/cgit/barebox/commit/?id=fc1d6f60e2b3 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer at pengutronix.de>
More information about the barebox
mailing list