summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-07-11 09:17:36 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-11 09:17:36 -0700
commitd8ff341d388e4f5cd80d88ed231d0b881ea770cb (patch)
tree54ffcab3c5a568754cc66d67017857de001b77d5
parentcd7893663a99c4d62a4c9e1823c72c367238d021 (diff)
parent3183420178e4cb27d49f2f723f9313b7acf8da38 (diff)
Merge "ARM: dts: msm: add wlan carveout region for sdm660/sdm630"
-rw-r--r--arch/arm/boot/dts/qcom/sdm630.dtsi12
-rw-r--r--arch/arm/boot/dts/qcom/sdm660.dtsi12
2 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630.dtsi b/arch/arm/boot/dts/qcom/sdm630.dtsi
index a581e7cebc1d..f51c3dc814d8 100644
--- a/arch/arm/boot/dts/qcom/sdm630.dtsi
+++ b/arch/arm/boot/dts/qcom/sdm630.dtsi
@@ -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;
diff --git a/arch/arm/boot/dts/qcom/sdm660.dtsi b/arch/arm/boot/dts/qcom/sdm660.dtsi
index 03537b113026..8158825264c2 100644
--- a/arch/arm/boot/dts/qcom/sdm660.dtsi
+++ b/arch/arm/boot/dts/qcom/sdm660.dtsi
@@ -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;