ARM: dts: msm: Update iommu address for cliffs qca6750

Change the iommu address as the existing address is coliding with
address accessed by FW.

Change-Id: Iea2004bd864b21c04c8e44ef30689bdc7804454e
CRs-Fixed: 3653354
This commit is contained in:
Prateek Patil
2023-10-28 19:25:14 +05:30
parent 39aa6232e6
commit e3905cbd15

View File

@@ -33,7 +33,7 @@
icnss2: qcom,wcn6750 { icnss2: qcom,wcn6750 {
compatible = "qcom,wcn6750"; compatible = "qcom,wcn6750";
reg = <0x17110040 0x0>, reg = <0x17110040 0x0>,
<0xb0000000 0x10000>; <0xc0000000 0x10000>;
reg-names = "msi_addr", "smmu_iova_ipa"; reg-names = "msi_addr", "smmu_iova_ipa";
qcom,rproc-handle = <&wpss_pas>; qcom,rproc-handle = <&wpss_pas>;
iommus = <&apps_smmu 0x1400 0x1>; iommus = <&apps_smmu 0x1400 0x1>;
@@ -72,8 +72,8 @@
qcom,iommu-dma = "fastmap"; qcom,iommu-dma = "fastmap";
qcom,iommu-faults = "stall-disable", "HUPCF", "non-fatal"; qcom,iommu-faults = "stall-disable", "HUPCF", "non-fatal";
qcom,iommu-dma-addr-pool = <0xa0000000 0x10000000>; qcom,iommu-dma-addr-pool = <0xb0000000 0x10000000>;
qcom,iommu-geometry = <0xa0000000 0x10010000>; qcom,iommu-geometry = <0xb0000000 0x10010000>;
dma-coherent; dma-coherent;
qcom,fw-prefix; qcom,fw-prefix;
qcom,wlan; qcom,wlan;