summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Gouby <[email protected]>2026-05-06 13:42:20 +0200
committerFabio Estevam <[email protected]>2026-05-15 17:31:39 -0300
commit85319b2e672aed6ee1aa5792d47d877d0e6d6903 (patch)
treef2a1b2801d4242451bd0f7e26f2f63d077b43c65
parentdffae7d2a6311a4249ba51d61f1c890aba7656e8 (diff)
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 <[email protected]>
-rw-r--r--arch/arm/dts/imx95-toradex-smarc-dev-u-boot.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/imx95-toradex-smarc-dev-u-boot.dtsi b/arch/arm/dts/imx95-toradex-smarc-dev-u-boot.dtsi
index 97ce7402e50..24952579a67 100644
--- a/arch/arm/dts/imx95-toradex-smarc-dev-u-boot.dtsi
+++ b/arch/arm/dts/imx95-toradex-smarc-dev-u-boot.dtsi
@@ -10,7 +10,6 @@
};
&gpio1 {
- reg = <0 0x47400000 0 0x1000>, <0 0x47400040 0 0x40>;
bootph-pre-ram;
};