Commit d9a3e0c5 authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Andy Gross

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: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 1fb47e0a
...@@ -86,6 +86,11 @@ wcnss@89300000 { ...@@ -86,6 +86,11 @@ wcnss@89300000 {
reg = <0x0 0x89300000 0x0 0x600000>; reg = <0x0 0x89300000 0x0 0x600000>;
no-map; no-map;
}; };
mba_mem: mba@8ea00000 {
no-map;
reg = <0 0x8ea00000 0 0x100000>;
};
}; };
cpus { cpus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment