ARM: dts: renesas: genmai: Fix partition size for QSPI NOR Flash

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: 30e0a8cf88 ("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>
This commit is contained in:
Wolfram Sang
2024-09-14 20:28:44 +02:00
committed by Geert Uytterhoeven
parent 0f9752bace
commit 48e17816c3

View File

@@ -53,7 +53,7 @@ partition@0 {
partition@4000000 {
label = "user1";
reg = <0x04000000 0x40000000>;
reg = <0x04000000 0x04000000>;
};
};
};