public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: renesas: genmai: Fix partition size for QSPI NOR Flash
@ 2024-09-14 18:28 Wolfram Sang
  2024-09-14 19:03 ` Wolfram Sang
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2024-09-14 18:28 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Geert Uytterhoeven, Magnus Damm, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, devicetree

Second partition was too large, looks like two digits got mixed up.
Fixes:

mtd: partition "user1" extends beyond the end of device "18000000.flash" -- size truncated to 0x4000000

Fixes: 30e0a8cf886c ("ARM: dts: renesas: genmai: Add FLASH nodes")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---

As you can see, I got my Genmai board working again \o/

 arch/arm/boot/dts/renesas/r7s72100-genmai.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/renesas/r7s72100-genmai.dts b/arch/arm/boot/dts/renesas/r7s72100-genmai.dts
index 63f9f679964b..c835d61fc20d 100644
--- a/arch/arm/boot/dts/renesas/r7s72100-genmai.dts
+++ b/arch/arm/boot/dts/renesas/r7s72100-genmai.dts
@@ -54,7 +54,7 @@ partition@0 {
 
 			partition@4000000 {
 				label = "user1";
-				reg = <0x04000000 0x40000000>;
+				reg = <0x04000000 0x04000000>;
 			};
 		};
 	};
-- 
2.45.2


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

* Re: [PATCH] ARM: dts: renesas: genmai: Fix partition size for QSPI NOR Flash
  2024-09-14 18:28 [PATCH] ARM: dts: renesas: genmai: Fix partition size for QSPI NOR Flash Wolfram Sang
@ 2024-09-14 19:03 ` Wolfram Sang
  2024-09-26 12:07   ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2024-09-14 19:03 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Geert Uytterhoeven, Magnus Damm, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, devicetree

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

On Sat, Sep 14, 2024 at 08:28:44PM +0200, Wolfram Sang wrote:
> Second partition was too large, looks like two digits got mixed up.
> Fixes:

Hmm, maybe this "Fixes:" is ambiguous... perhaps we should leave it out.

> 
> mtd: partition "user1" extends beyond the end of device "18000000.flash" -- size truncated to 0x4000000

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] ARM: dts: renesas: genmai: Fix partition size for QSPI NOR Flash
  2024-09-14 19:03 ` Wolfram Sang
@ 2024-09-26 12:07   ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-09-26 12:07 UTC (permalink / raw)
  To: Wolfram Sang, linux-renesas-soc, Geert Uytterhoeven, Magnus Damm,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, devicetree

On Sat, Sep 14, 2024 at 9:03 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> On Sat, Sep 14, 2024 at 08:28:44PM +0200, Wolfram Sang wrote:
> > Second partition was too large, looks like two digits got mixed up.
> > Fixes:
>
> Hmm, maybe this "Fixes:" is ambiguous... perhaps we should leave it out.

I like Fixes: ;-)

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.13.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2024-09-26 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-14 18:28 [PATCH] ARM: dts: renesas: genmai: Fix partition size for QSPI NOR Flash Wolfram Sang
2024-09-14 19:03 ` Wolfram Sang
2024-09-26 12:07   ` Geert Uytterhoeven

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