aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoli Zhou <zchaoli@codeaurora.org>2019-09-23 15:20:21 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-26 00:03:41 -0700
commit62ffe29464e241e975307224183cd1cceb7ac546 (patch)
tree559a0e177071cc5f971a581a1d2853707d7aa1a9
parentc3fb549e882439540a573750576899cf67b354c4 (diff)
ARM: dts: msm: Change the smmu iova address for WLAN IPALE.UM.3.2.1-01410-sa415m
The old SMMU iova address may collide with IPA cb, so change to the new one. Change-Id: I75e30d4e068c0ae87c6692726308f7872807274f Signed-off-by: Chaoli Zhou <zchaoli@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/sa415m-ttp.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/sa415m-ttp.dtsi b/arch/arm/boot/dts/qcom/sa415m-ttp.dtsi
index b0d746a372ac..60283878a026 100644
--- a/arch/arm/boot/dts/qcom/sa415m-ttp.dtsi
+++ b/arch/arm/boot/dts/qcom/sa415m-ttp.dtsi
@@ -53,8 +53,8 @@
};
cnss_pcie: qcom,cnss {
compatible = "qcom,cnss";
- reg = <0x10000000 0x10000000>,
- <0x20000000 0x10000>;
+ reg = <0xa0000000 0x10000000>,
+ <0xb0000000 0x10000>;
reg-names = "smmu_iova_base", "smmu_iova_ipa";
wlan-en-gpio = <&tlmm 52 0>;