diff options
| author | Niravkumar L Rabara <niravkumar.l.rabara@altera.com> | 2026-05-11 01:15:19 -0700 |
|---|---|---|
| committer | Dinh Nguyen <dinguyen@kernel.org> | 2026-05-14 06:56:55 -0500 |
| commit | 7557d67a6057362a65ad03a03cbefe7f03523003 (patch) | |
| tree | 9270e64a8f9e3720c10674993ace23a9b82e627f | |
| parent | 0ce60cd362a0a01bd439e85bc93e6a61434e63da (diff) | |
| download | linux-7557d67a6057362a65ad03a03cbefe7f03523003.tar.gz linux-7557d67a6057362a65ad03a03cbefe7f03523003.zip | |
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 <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>
| -rw-r--r-- | arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts | 4 |
1 files 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 @@ label = "Boot and fpga data"; reg = <0x0 0x02500000>; }; - partition@1c00000 { + partition@2500000 { label = "Root Filesystem - JFFS2"; - reg = <0x02500000 0x05500000>; + reg = <0x02500000 0x3db00000>; }; }; }; |
