* [PATCH] ARM: dts: socfpga: arria10: Increase JFFS2 rootfs partition size
@ 2026-05-11 8:15 muhammad.nazim.amirul.nazle.asmade
2026-05-15 21:54 ` Dinh Nguyen
0 siblings, 1 reply; 2+ messages in thread
From: muhammad.nazim.amirul.nazle.asmade @ 2026-05-11 8:15 UTC (permalink / raw)
To: dinguyen, robh, krzk+dt, conor+dt
Cc: devicetree, linux-arm-kernel, linux-kernel
From: Niravkumar L Rabara <niravkumar.l.rabara@altera.com>
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>
---
.../arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 a662df319a84..5f9b98b0b393 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 @@ partition@0 {
label = "Boot and fpga data";
reg = <0x0 0x02500000>;
};
- partition@1c00000 {
+ partition@2500000 {
label = "Root Filesystem - JFFS2";
- reg = <0x02500000 0x05500000>;
+ reg = <0x02500000 0x3db00000>;
};
};
};
--
2.43.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: socfpga: arria10: Increase JFFS2 rootfs partition size
2026-05-11 8:15 [PATCH] ARM: dts: socfpga: arria10: Increase JFFS2 rootfs partition size muhammad.nazim.amirul.nazle.asmade
@ 2026-05-15 21:54 ` Dinh Nguyen
0 siblings, 0 replies; 2+ messages in thread
From: Dinh Nguyen @ 2026-05-15 21:54 UTC (permalink / raw)
To: muhammad.nazim.amirul.nazle.asmade, robh, krzk+dt, conor+dt
Cc: devicetree, linux-arm-kernel, linux-kernel
On 5/11/26 03:15, muhammad.nazim.amirul.nazle.asmade@altera.com wrote:
> From: Niravkumar L Rabara <niravkumar.l.rabara@altera.com>
>
> 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>
> ---
> .../arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> 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 a662df319a84..5f9b98b0b393 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 @@ partition@0 {
> label = "Boot and fpga data";
> reg = <0x0 0x02500000>;
> };
> - partition@1c00000 {
> + partition@2500000 {
> label = "Root Filesystem - JFFS2";
> - reg = <0x02500000 0x05500000>;
> + reg = <0x02500000 0x3db00000>;
> };
> };
> };
Applied!
Thanks,
Dinh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-15 21:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 8:15 [PATCH] ARM: dts: socfpga: arria10: Increase JFFS2 rootfs partition size muhammad.nazim.amirul.nazle.asmade
2026-05-15 21:54 ` Dinh Nguyen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.