[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1596578492-13263-1-git-send-email-richard.gong@linux.intel.com>
Date: Tue, 4 Aug 2020 17:01:32 -0500
From: richard.gong@...ux.intel.com
To: dinguyen@...nel.org, robh+dt@...nel.org
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
richard.gong@...ux.intel.com, Richard Gong <richard.gong@...el.com>
Subject: [PATCH] arm64: dts: agilex: increase shared memory size to 32Mb
From: Richard Gong <richard.gong@...el.com>
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@...el.com>
---
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
index 9d7f19e..d81dd86 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;
};
--
2.7.4
Powered by blists - more mailing lists