summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/intel
diff options
context:
space:
mode:
authorRichard Gong <richard.gong@intel.com>2020-08-04 17:01:32 -0500
committerDinh Nguyen <dinguyen@kernel.org>2020-08-18 08:49:18 -0500
commit2232aeb1160bb45cd93d47faf02b083502b31532 (patch)
tree0fe109c0b479c4a77ddf3e2f033530000b93a78a /arch/arm64/boot/dts/intel
parent9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff)
downloadlinux-2232aeb1160bb45cd93d47faf02b083502b31532.tar.gz
linux-2232aeb1160bb45cd93d47faf02b083502b31532.tar.xz
arm64: dts: agilex: increase shared memory size to 32Mb
Increase the shared memory size from 16Mb to 32Mb so that we can properly handle the image authorization for 12+ Mb RBF/JIC files. Signed-off-by: Richard Gong <richard.gong@intel.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/intel')
-rw-r--r--arch/arm64/boot/dts/intel/socfpga_agilex.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
index 9d7f19e97df7..d81dd8622258 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
@@ -20,7 +20,7 @@
service_reserved: svcbuffer@0 {
compatible = "shared-dma-pool";
- reg = <0x0 0x0 0x0 0x1000000>;
+ reg = <0x0 0x0 0x0 0x2000000>;
alignment = <0x1000>;
no-map;
};