]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: socfpga: arria10: Increase JFFS2 rootfs partition size
authorNiravkumar L Rabara <niravkumar.l.rabara@altera.com>
Mon, 11 May 2026 08:15:19 +0000 (01:15 -0700)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 14 May 2026 11:56:55 +0000 (06:56 -0500)
Increase the JFFS2 partition size to support larger root filesystem.
Also fix the partition label to match the actual start address.

Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@altera.com>
Signed-off-by: Nazim Amirul <muhammad.nazim.amirul.nazle.asmade@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts

index a662df319a8401be6c6aa4534fe3b1f16fcecd02..5f9b98b0b393aaf88a363a18a1a146d712c1d480 100644 (file)
@@ -18,9 +18,9 @@
                        label = "Boot and fpga data";
                        reg = <0x0 0x02500000>;
                };
-               partition@1c00000 {
+               partition@2500000 {
                        label = "Root Filesystem - JFFS2";
-                       reg = <0x02500000 0x05500000>;
+                       reg = <0x02500000 0x3db00000>;
                };
        };
 };