summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
diff options
context:
space:
mode:
authorLey Foon Tan <ley.foon.tan@intel.com>2020-02-13 21:00:27 +0300
committerDinh Nguyen <dinguyen@kernel.org>2020-02-14 16:47:05 +0300
commitae0feb88430024938242cc657df48c0657e60bc3 (patch)
treea19e9af0fa2b9c60b279773998fabbea239be8b4 /arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff)
downloadlinux-ae0feb88430024938242cc657df48c0657e60bc3.tar.xz
ARM: dts: socfpga: arria10: Increase boot partition size for NAND
Increase boot partition size to 32MB to support bigger size kernel image and FPGA bitstream. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts')
-rw-r--r--arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts b/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
index 9bd9e04c7361..9aa897b79544 100644
--- a/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
+++ b/arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
@@ -16,11 +16,11 @@
partition@0 {
label = "Boot and fpga data";
- reg = <0x0 0x1C00000>;
+ reg = <0x0 0x02000000>;
};
partition@1c00000 {
label = "Root Filesystem - JFFS2";
- reg = <0x1C00000 0x6400000>;
+ reg = <0x02000000 0x06000000>;
};
};
};