From 023ab0142173bedd5a37622d535d21b514ec1a9c Mon Sep 17 00:00:00 2001 From: Yu Tian Date: Fri, 21 Jun 2024 00:17:52 -0700 Subject: [PATCH] ARM: dts: msm: sun: Enlarge WCNSS and ADSP IOMMU range to 2G Enlarge WCNSS and ADSP MMU group range from 640MB to 2GB. Change-Id: I86dbe3c6d82561383b050c0cccfebf07bf74eed6 CRs-Fixed: 3853708 Signed-off-by: Yu Tian --- qcom/sun.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index aa25676f..f34d12b7 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3568,7 +3568,7 @@ cnss_audio_iommu_group0: cnss_audio_iommu_group0 { qcom,iommu-msi-size = <0x1000>; - qcom,iommu-geometry = <0x88000000 0x28010000>; + qcom,iommu-geometry = <0x18000000 0x98010000>; qcom,iommu-dma = "fastmap"; qcom,iommu-pagetable = "coherent"; qcom,iommu-faults = "stall-disable", "HUPCF", "non-fatal";