arch/arm64/boot/dts/marvell: fix NAND partitioning scheme
authorKonstantin Porotchkin <kostap@marvell.com>
Tue, 9 Feb 2021 13:46:07 +0000 (15:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jul 2021 12:36:16 +0000 (14:36 +0200)
[ Upstream commit e3850467bf8c82de4a052619136839fe8054b774 ]

Eliminate 1MB gap between Linux and filesystem partitions.

Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/marvell/cn9130-db.dts

index ce49a70d88a0512f99bbf5d7b4d4906fa08d2101..d242948884000ed739db794c51eb3d0887a80844 100644 (file)
                        };
                        partition@200000 {
                                label = "Linux";
-                               reg = <0x200000 0xd00000>;
+                               reg = <0x200000 0xe00000>;
                        };
                        partition@1000000 {
                                label = "Filesystem";