[PATCH] ARM: dts: i.MX8MP FRDM: remove memory node

Sascha Hauer s.hauer at pengutronix.de
Sun Jun 14 23:44:57 PDT 2026


On 2026-06-12 16:15, Ahmad Fatoum wrote:
> Hello,
> 
> On 6/12/26 13:58, Bastian Krause wrote:
> > Since f083fffe52 ("ARM: dts: i.MX8MP: add DDRC compatibles") the esdctl
> > driver is used. This causes the errors below since barebox tries to add
> > the memory twice:
> > 
> >   imx-esdctl 3d400000.memory-controller at 3d400000.of: probe failed: Device or resource busy
> >   initcall imx_esdctl_driver_init+0x0/0x2c failed: No such device
> 
> Can you share the full output? -EBUSY here is not expected for
> the issues you describe. barebox has been tolerant of the same
> memory bank being registered by different means for a number
> of years now.

They are likely not recognized as the same memory bank. The frdm board
has:

        memory at 40000000 {
                device_type = "memory";
                reg = <0x0 0x40000000 0 0xc0000000>,
                      <0x1 0x00000000 0 0x40000000>;
        };

Whereas the esdctl driver will register only a single region.

Sascha

--
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list