]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: renesas: genmai: Fix partition size for QSPI NOR Flash
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sat, 14 Sep 2024 18:28:44 +0000 (20:28 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 1 Oct 2024 12:19:28 +0000 (14:19 +0200)
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>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20240914182948.94031-2-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/renesas/r7s72100-genmai.dts

index 29ba098f5dd5e86bea1e28b960c3340b0aa113e0..28e703e0f152b21cace8ec38e8b91a7082fd7ae1 100644 (file)
@@ -53,7 +53,7 @@
 
                        partition@4000000 {
                                label = "user1";
-                               reg = <0x04000000 0x40000000>;
+                               reg = <0x04000000 0x04000000>;
                        };
                };
        };