This series removes gpio1 reg from Toradex SMARC iMX95 and Verdin iMX95 device trees.
The RGPIO2P driver contains legacy handling for compatible combinations that expose two reg ranges (dual base) for i.MX8ULP and i.MX93. The i.MX95 GPIO controller exposes a single register range, so the dual-base handling is unnecessary. On Verdin iMX95, the second address of the gpio1 reg node was incorrect. When used, it needs to be offsetted by 0x40 to start at the Port Data Output register. Signed-off-by: Antoine Gouby <[email protected]> --- Antoine Gouby (2): board: toradex: smarc-imx95: remove gpio1 reg board: toradex: verdin-imx95: remove gpio1 reg arch/arm/dts/imx95-toradex-smarc-dev-u-boot.dtsi | 1 - arch/arm/dts/imx95-verdin-wifi-dev-u-boot.dtsi | 1 - 2 files changed, 2 deletions(-) --- base-commit: ae8987f4e690f397f507c4b1efabd68b3ed08db6 change-id: 20260506-v1-remove-gpio1-reg-45e67c388665 Best regards, -- Antoine Gouby <[email protected]>

