| commit | ce3a3da9dd7e005d5ade576158187f0054a6138d | [log] [tgz] |
|---|---|---|
| author | Jason Yu <zejiang.yu@nxp.com> | Wed Oct 22 11:32:08 2025 +0800 |
| committer | Benjamin Cabé <kartben@gmail.com> | Fri Oct 24 11:34:53 2025 +0200 |
| tree | 952cc36d494c73041dedfc377c1f6325024f2590 | |
| parent | 69f797c6d2f5d7e173e9020a38f25ab42025157f [diff] |
drivers: gpio: gpio_mcux: Fix port index mismatch issue When GPIO works with IOPCTL, the PIO instance offset in IOPCTL can't be calculated easily. It should be recorded in DTS based on SOC integration. When IOPCTL is used, add PIO reigster address in DTS, gpio_mcux driver will configure the PIO register based on this address. Signed-off-by: Jason Yu <zejiang.yu@nxp.com>