From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] ARM: dts: i.MX8MP: remove now unneeded DSP reserved mem override
Date: Tue, 19 Nov 2024 09:45:55 +0100 [thread overview]
Message-ID: <20241119084555.2582790-1-a.fatoum@pengutronix.de> (raw)
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
reply other threads:[~2024-11-19 8:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241119084555.2582790-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox