mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: i.MX8MP: remove memory node
@ 2023-03-12 16:29 Marco Felsch
  2023-03-13 13:03 ` Lucas Stach
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Marco Felsch @ 2023-03-12 16:29 UTC (permalink / raw)
  To: barebox

since commit f083fffe52 ("ARM: dts: i.MX8MP: add DDRC compatibles") we
make use of the esdctl driver. This cause the below error since barebox
try to add the memory twice.

| imx-esdctl 3d400000.memory-controller@3d400000.of: probe failed: Device or resource busy
| initcall imx_esdctl_driver_init+0x0/0x2c failed: No such device

Remove the memory node to fix this.

This behaviour was seen on a i.mx8mp-evk but the
imx8mp-tqma8mpql-mba8mpxl also has a memory node and includes the
barebox.dtsi.

Fixes: f083fffe52 ("ARM: dts: i.MX8MP: add DDRC compatibles")
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
 arch/arm/dts/imx8mp-evk.dts                | 2 ++
 arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/arch/arm/dts/imx8mp-evk.dts b/arch/arm/dts/imx8mp-evk.dts
index 0acc3731d5..c7e1f35d2d 100644
--- a/arch/arm/dts/imx8mp-evk.dts
+++ b/arch/arm/dts/imx8mp-evk.dts
@@ -30,6 +30,8 @@
 	};
 };
 
+/delete-node/ &{/memory@40000000};
+
 &ethphy1 {
 	reset-assert-us = <15000>;
 	reset-deassert-us = <100000>;
diff --git a/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts b/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts
index 6e81f58e27..bf23e40489 100644
--- a/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts
+++ b/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts
@@ -24,6 +24,8 @@
 	};
 };
 
+/delete-node/ &{/memory@40000000};
+
 &usdhc2 {
 	#address-cells = <1>;
 	#size-cells = <1>;
-- 
2.30.2




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-03-14 14:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12 16:29 [PATCH] ARM: dts: i.MX8MP: remove memory node Marco Felsch
2023-03-13 13:03 ` Lucas Stach
2023-03-13 13:46   ` Marco Felsch
2023-03-13 13:16 ` Ahmad Fatoum
2023-03-13 13:49   ` Marco Felsch
2023-03-13 13:58     ` Ahmad Fatoum
2023-03-13 14:02       ` Ahmad Fatoum
2023-03-13 16:08         ` Marco Felsch
2023-03-14 14:08 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox