diff options
author | Richard Gong <richard.gong@intel.com> | 2020-08-05 01:01:32 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2020-08-18 16:49:18 +0300 |
commit | 2232aeb1160bb45cd93d47faf02b083502b31532 (patch) | |
tree | 0fe109c0b479c4a77ddf3e2f033530000b93a78a /arch | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) | |
download | 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')
-rw-r--r-- | arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 2 |
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; }; |