diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-07-15 20:42:12 -0400 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-08-23 23:57:35 -0400 |
commit | d9a3e0c5636feea2f490168d6b5e549d2f39186f (patch) | |
tree | ac5daff5aac80faaf7534c1a57bdaafd17431321 | |
parent | 1fb47e0a9ba4d85e075f059141c250f2b572c04c (diff) |
arm64: dts: qcom: msm8916: Add mba memory reserve
The modem boot authenticator needs space to play in, this is supposed to
be relocatable and as such could later be replaced with a dynamically
allocated chunk of memory. But let's give it a reserve for now, as we
know that works.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index 6148ea05b50a..4f2882605138 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi | |||
@@ -86,6 +86,11 @@ | |||
86 | reg = <0x0 0x89300000 0x0 0x600000>; | 86 | reg = <0x0 0x89300000 0x0 0x600000>; |
87 | no-map; | 87 | no-map; |
88 | }; | 88 | }; |
89 | |||
90 | mba_mem: mba@8ea00000 { | ||
91 | no-map; | ||
92 | reg = <0 0x8ea00000 0 0x100000>; | ||
93 | }; | ||
89 | }; | 94 | }; |
90 | 95 | ||
91 | cpus { | 96 | cpus { |