arm64: dts: qcom: msm8916: Add mba memory reserve
authorBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 16 Jul 2016 00:42:12 +0000 (17:42 -0700)
committerAndy Gross <andy.gross@linaro.org>
Wed, 24 Aug 2016 03:57:35 +0000 (22:57 -0500)
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>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 6148ea0..4f28826 100644 (file)
                        reg = <0x0 0x89300000 0x0 0x600000>;
                        no-map;
                };
+
+               mba_mem: mba@8ea00000 {
+                       no-map;
+                       reg = <0 0x8ea00000 0 0x100000>;
+               };
        };
 
        cpus {