mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: i.MX8MP: remove now unneeded DSP reserved mem override
@ 2024-11-19  8:45 Ahmad Fatoum
  0 siblings, 0 replies; only message in thread
From: Ahmad Fatoum @ 2024-11-19  8:45 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

The upstream device tree described a dsp_reserved reserved memory entry
at address 0x9240_0000, which could collide with barebox malloc area in
some configurations.

This node has now been disabled upstream in commit 010dc015b811
("arm64: dts: imx8mp: Disable dsp reserved memory by default"), so we
can simplify our DT a bit by dropping the override.

Device trees that make use of the dsp node will now need to override
it on a barebox board DT level.

Cc: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/arm/dts/imx8mp.dtsi | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/arch/arm/dts/imx8mp.dtsi b/arch/arm/dts/imx8mp.dtsi
index 4d1f1bf58827..09bd4b2c0356 100644
--- a/arch/arm/dts/imx8mp.dtsi
+++ b/arch/arm/dts/imx8mp.dtsi
@@ -23,15 +23,8 @@ chosen {
 	};
 };
 
-/*
- * The DSP reserved memory will collide with the Barebox malloc area for some
- * DRAM sizes, even though the DSP itself is disabled in most configurations.
- */
-/delete-node/ &dsp_reserved;
 &dsp {
 	barebox,feature-gates = <&feat IMX8M_FEAT_DSP>;
-	/delete-property/ memory-region;
-	status = "disabled";
 };
 
 &edacmc {
-- 
2.39.5




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-19  8:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-19  8:45 [PATCH] ARM: dts: i.MX8MP: remove now unneeded DSP reserved mem override Ahmad Fatoum

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