From: Richard Gong Date: Tue, 4 Aug 2020 22:01:32 +0000 (-0500) Subject: arm64: dts: agilex: increase shared memory size to 32Mb X-Git-Tag: howlett/maple_spf/20210104~711^2~42^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2232aeb1160bb45cd93d47faf02b083502b31532;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Dinh Nguyen --- diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi index 9d7f19e97df71..d81dd86222583 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; };