From: Niravkumar L Rabara Date: Mon, 11 May 2026 08:15:19 +0000 (-0700) Subject: ARM: dts: socfpga: arria10: Increase JFFS2 rootfs partition size X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7557d67a6057362a65ad03a03cbefe7f03523003;p=thirdparty%2Flinux.git ARM: dts: socfpga: arria10: Increase JFFS2 rootfs partition size 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 Signed-off-by: Nazim Amirul Signed-off-by: Dinh Nguyen --- diff --git a/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts b/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts index a662df319a840..5f9b98b0b393a 100644 --- a/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts +++ b/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts @@ -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>; }; }; };