ARM: dts: msm: add wlan carveout region for sdm660/sdm630

Add WLAN carveout region of size 1MB. But additional guard of 1MB is
also added due to system limitations.

Change-Id: I1cd38f1ced820132209e31acc55a1321c879a09c
Signed-off-by: Charan Teja Reddy <charante@codeaurora.org>
This commit is contained in:
Charan Teja Reddy 2017-06-23 13:24:40 +05:30
parent 3ec8bfc9bb
commit 3183420178
2 changed files with 24 additions and 0 deletions

View file

@ -321,6 +321,18 @@
#size-cells = <2>;
ranges;
wlan_msa_guard: wlan_msa_guard@85600000 {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x85600000 0x0 0x100000>;
};
wlan_msa_mem: wlan_msa_mem@85700000 {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x85700000 0x0 0x100000>;
};
removed_region: removed_region0@85800000 {
compatible = "removed-dma-pool";
no-map;

View file

@ -319,6 +319,18 @@
#size-cells = <2>;
ranges;
wlan_msa_guard: wlan_msa_guard@85600000 {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x85600000 0x0 0x100000>;
};
wlan_msa_mem: wlan_msa_mem@85700000 {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x85700000 0x0 0x100000>;
};
removed_regions: removed_regions@85800000 {
compatible = "removed-dma-pool";
no-map;