diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2016-12-21 16:03:42 -0600 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-12-28 14:50:33 -0600 |
commit | e9112936f240856c925321fd2bd91adc7c00399c (patch) | |
tree | 88d7ad9bd117a83dc2d5480d3c54cb3a4ae6752c /arch/arm64 | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 (diff) | |
download | op-kernel-dev-e9112936f240856c925321fd2bd91adc7c00399c.zip op-kernel-dev-e9112936f240856c925321fd2bd91adc7c00399c.tar.gz |
arm64: dts: msm8996: Add required memory carveouts
This patch adds required memory carveouts so that the kernel does not
access memory that is in use or has been reserved for use by other remote
processors.
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index 9d1d7ad..29ed6b6 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -64,6 +64,16 @@ reg = <0x0 0x86000000 0x0 0x200000>; no-map; }; + + memory@85800000 { + reg = <0x0 0x85800000 0x0 0x800000>; + no-map; + }; + + memory@86200000 { + reg = <0x0 0x86200000 0x0 0x2600000>; + no-map; + }; }; cpus { |