mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: i.MX8MP: fix Debix environment partition unit address mismatch
@ 2024-01-19 21:54 Ahmad Fatoum
  2024-01-22  7:22 ` Marco Felsch
  2024-01-22  9:36 ` Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2024-01-19 21:54 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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




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

* Re: [PATCH] ARM: dts: i.MX8MP: fix Debix environment partition unit address mismatch
  2024-01-19 21:54 [PATCH] ARM: dts: i.MX8MP: fix Debix environment partition unit address mismatch Ahmad Fatoum
@ 2024-01-22  7:22 ` Marco Felsch
  2024-01-22  9:36 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Marco Felsch @ 2024-01-22  7:22 UTC (permalink / raw)
  To: Ahmad Fatoum; +Cc: barebox

On 24-01-19, Ahmad Fatoum wrote:
> 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>

Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>



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

* Re: [PATCH] ARM: dts: i.MX8MP: fix Debix environment partition unit address mismatch
  2024-01-19 21:54 [PATCH] ARM: dts: i.MX8MP: fix Debix environment partition unit address mismatch Ahmad Fatoum
  2024-01-22  7:22 ` Marco Felsch
@ 2024-01-22  9:36 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2024-01-22  9:36 UTC (permalink / raw)
  To: barebox, Ahmad Fatoum


On Fri, 19 Jan 2024 22:54:38 +0100, Ahmad Fatoum wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] ARM: dts: i.MX8MP: fix Debix environment partition unit address mismatch
      https://git.pengutronix.de/cgit/barebox/commit/?id=454a7354148c (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




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

end of thread, other threads:[~2024-01-22  9:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-19 21:54 [PATCH] ARM: dts: i.MX8MP: fix Debix environment partition unit address mismatch Ahmad Fatoum
2024-01-22  7:22 ` Marco Felsch
2024-01-22  9:36 ` Sascha Hauer

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