]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: toradex: smarc-imx95: remove gpio1 reg
authorAntoine Gouby <antoine.gouby@toradex.com>
Wed, 6 May 2026 11:42:20 +0000 (13:42 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 15 May 2026 20:31:39 +0000 (17:31 -0300)
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>
arch/arm/dts/imx95-toradex-smarc-dev-u-boot.dtsi

index 97ce7402e5037793e76d2ac8f6bfe46bccc591b9..24952579a67029688ad3a062d108cb84481be726 100644 (file)
@@ -10,7 +10,6 @@
 };
 
 &gpio1 {
-       reg = <0 0x47400000 0 0x1000>, <0 0x47400040 0 0x40>;
        bootph-pre-ram;
 };