]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx952: Update gpio node regs
authorPeng Fan <peng.fan@nxp.com>
Tue, 9 Jun 2026 08:36:19 +0000 (16:36 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 26 Jun 2026 20:00:22 +0000 (17:00 -0300)
Same to 85319b2e672 ("board: toradex: smarc-imx95: remove gpio1 reg"),
there is no need to use dual base for i.MX952 gpio, so drop the U-Boot
specific reg changes.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/imx952-u-boot.dtsi

index 28f47244356869413e9779dd38e5a7af2e416a4e..80399e6ff2a72eab2ff965ad3b4a050f2abec558 100644 (file)
        bootph-all;
 };
 
-&gpio1 {
-       reg = <0 0x47400000 0 0x1000>, <0 0x47400040 0 0x40>;
-};
-
 &gpio2 {
-       reg = <0 0x43810000 0 0x1000>, <0 0x43810040 0 0x40>;
        bootph-pre-ram;
        /*
         * Use one SPL/U-Boot for mx952evk and mx952evkrpmsg, since GPIO2
 };
 
 &gpio3 {
-       reg = <0 0x43820000 0 0x1000>, <0 0x43820040 0 0x40>;
        bootph-pre-ram;
 };
 
 &gpio4 {
-       reg = <0 0x43840000 0 0x1000>, <0 0x43840040 0 0x40>;
        bootph-pre-ram;
 };
 
 &gpio5 {
-       reg = <0 0x43850000 0 0x1000>, <0 0x43850040 0 0x40>;
        bootph-pre-ram;
 };