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>
This commit is contained in:
Richard Gong 2020-08-04 17:01:32 -05:00 committed by Dinh Nguyen
parent 9123e3a74e
commit 2232aeb116

View File

@ -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;
};