summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2023-03-12 17:29:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-14 14:54:42 +0100
commite3b5c9b60447eb266cb4895ee4662b1b613545b4 (patch)
tree5af45da9e53a204b97fe73dcaf8137ef32769bb3 /arch/arm/dts
parent4f0139c8a802db46ed7f83a5e59e6dcf7d9bc74d (diff)
downloadbarebox-e3b5c9b60447eb266cb4895ee4662b1b613545b4.tar.gz
barebox-e3b5c9b60447eb266cb4895ee4662b1b613545b4.tar.xz
ARM: dts: i.MX8MP: remove memory node
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> Link: https://lore.barebox.org/20230312162928.2110697-1-m.felsch@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/imx8mp-evk.dts2
-rw-r--r--arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp-evk.dts b/arch/arm/dts/imx8mp-evk.dts
index 28d8c5f929..ecec4d2a66 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>;