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: fix Debix environment partition unit address mismatch
Date: Fri, 19 Jan 2024 22:54:38 +0100 [thread overview]
Message-ID: <20240119215438.1354583-1-a.fatoum@pengutronix.de> (raw)
The environment partitions start at address 0x100000, but the unit
address indicated otherwise. As the reg is what matters, align the unit
address to follow suit.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
arch/arm/dts/imx8mp-debix-model-a.dts | 4 ++--
arch/arm/dts/imx8mp-debix-som-a-bmb-08.dts | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/dts/imx8mp-debix-model-a.dts b/arch/arm/dts/imx8mp-debix-model-a.dts
index f0f917461149..a58b40ec8652 100644
--- a/arch/arm/dts/imx8mp-debix-model-a.dts
+++ b/arch/arm/dts/imx8mp-debix-model-a.dts
@@ -42,7 +42,7 @@ partition@0 {
reg = <0x0 0x0 0x0 0x100000>;
};
- env_sd: partition@e0000 {
+ env_sd: partition@100000 {
label = "barebox-environment";
reg = <0x0 0x100000 0x0 0x100000>;
};
@@ -60,7 +60,7 @@ partition@0 {
reg = <0x0 0x0 0x0 0x100000>;
};
- env_emmc: partition@e0000 {
+ env_emmc: partition@100000 {
label = "barebox-environment";
reg = <0x0 0x100000 0x0 0x100000>;
};
diff --git a/arch/arm/dts/imx8mp-debix-som-a-bmb-08.dts b/arch/arm/dts/imx8mp-debix-som-a-bmb-08.dts
index 850af301615b..88ad897f3429 100644
--- a/arch/arm/dts/imx8mp-debix-som-a-bmb-08.dts
+++ b/arch/arm/dts/imx8mp-debix-som-a-bmb-08.dts
@@ -37,7 +37,7 @@ partition@0 {
reg = <0x0 0x0 0x0 0x100000>;
};
- env_sd: partition@e0000 {
+ env_sd: partition@100000 {
label = "barebox-environment";
reg = <0x0 0x100000 0x0 0x100000>;
};
@@ -55,7 +55,7 @@ partition@0 {
reg = <0x0 0x0 0x0 0x100000>;
};
- env_emmc: partition@e0000 {
+ env_emmc: partition@100000 {
label = "barebox-environment";
reg = <0x0 0x100000 0x0 0x100000>;
};
--
2.39.2
next reply other threads:[~2024-01-19 21:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-19 21:54 Ahmad Fatoum [this message]
2024-01-22 7:22 ` Marco Felsch
2024-01-22 9:36 ` Sascha Hauer
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=20240119215438.1354583-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