]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: toradex: verdin-imx95: remove gpio1 reg
authorAntoine Gouby <antoine.gouby@toradex.com>
Wed, 6 May 2026 11:42:21 +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.

Additionally, the second address of the gpio1 reg property was wrong.
When used, it needs to be offsetted by 0x40 to start at the Port Data
Output register.

Fixes: 60d8255d8dc0 ("board: toradex: add Toradex Verdin iMX95")
Signed-off-by: Antoine Gouby <antoine.gouby@toradex.com>
arch/arm/dts/imx95-verdin-wifi-dev-u-boot.dtsi

index 83802156d523b412b08a9da73c020b6b1e3f4c43..45633765c0f8594af3b791b36c8eca29a92ae684 100644 (file)
@@ -26,7 +26,6 @@
 };
 
 &gpio1 {
-       reg = <0 0x47400000 0 0x1000>, <0 0x47400000 0 0x40>;
        bootph-pre-ram;
 
        ctrl-sleep-moci-hog {