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

BugLink: https://bugs.launchpad.net/bugs/2101915

[ Upstream commit 48e17816c3effa3545e21cd4f7d5a00c55c17a18 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
This commit is contained in:
Wolfram Sang
2025-03-11 08:51:19 +09:00
committed by Stefan Bader
parent 9b143e6f27
commit 855a3908ba
@@ -53,7 +53,7 @@
partition@4000000 {
label = "user1";
reg = <0x04000000 0x40000000>;
reg = <0x04000000 0x04000000>;
};
};
};