arm64: dts: agilex: increase shared memory size to 32Mb
authorRichard Gong <richard.gong@intel.com>
Tue, 4 Aug 2020 22:01:32 +0000 (17:01 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 18 Aug 2020 13:49:18 +0000 (08:49 -0500)
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>
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

index 9d7f19e97df710faa2db1b59aca938802c5b2993..d81dd862225835c83d5e85e07af7a22976b2e8af 100644 (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;
                };