From: Konstantin Porotchkin Date: Tue, 9 Feb 2021 13:46:07 +0000 (+0200) Subject: arch/arm64/boot/dts/marvell: fix NAND partitioning scheme X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d3ba15fb04014f56221084e9791cfcd719b8d6f8;p=linux-block.git arch/arm64/boot/dts/marvell: fix NAND partitioning scheme [ Upstream commit e3850467bf8c82de4a052619136839fe8054b774 ] Eliminate 1MB gap between Linux and filesystem partitions. Signed-off-by: Konstantin Porotchkin Signed-off-by: Gregory CLEMENT Signed-off-by: Sasha Levin --- diff --git a/arch/arm64/boot/dts/marvell/cn9130-db.dts b/arch/arm64/boot/dts/marvell/cn9130-db.dts index ce49a70d88a0..d24294888400 100644 --- a/arch/arm64/boot/dts/marvell/cn9130-db.dts +++ b/arch/arm64/boot/dts/marvell/cn9130-db.dts @@ -258,7 +258,7 @@ }; partition@200000 { label = "Linux"; - reg = <0x200000 0xd00000>; + reg = <0x200000 0xe00000>; }; partition@1000000 { label = "Filesystem";