board: toradex: smarc-imx95: remove gpio1 reg

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.

Signed-off-by: Antoine Gouby <antoine.gouby@toradex.com>
This commit is contained in:
Antoine Gouby
2026-05-15 17:31:39 -03:00
committed by Fabio Estevam
parent dffae7d2a6
commit 85319b2e67
@@ -10,7 +10,6 @@
};
&gpio1 {
reg = <0 0x47400000 0 0x1000>, <0 0x47400040 0 0x40>;
bootph-pre-ram;
};