diff mbox series

[v2,2/4] arch/arm64/boot/dts/marvell: fix NAND partitioning scheme

Message ID 20201217075542.12472-3-kostap@marvell.com (mailing list archive)
State New, archived
Headers show
Series DTS updates for Marvell Armada CN913x platforms | expand

Commit Message

Kostya Porotchkin Dec. 17, 2020, 7:55 a.m. UTC
From: Konstantin Porotchkin <kostap@marvell.com>

Eliminate 1MB gap between Linux and filesystem partitions.

Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
---
 arch/arm64/boot/dts/marvell/cn9130-db.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andrew Lunn Dec. 17, 2020, 3:36 p.m. UTC | #1
On Thu, Dec 17, 2020 at 09:55:40AM +0200, kostap@marvell.com wrote:
> From: Konstantin Porotchkin <kostap@marvell.com>
> 
> Eliminate 1MB gap between Linux and filesystem partitions.
> 
> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew
diff mbox series

Patch

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";