ARM: dts: msm: Enlarge cnss iommu dma memory pool range

This change enlarges the iommu dma memory pool range for Milos
Ganges wlan attach.

Change-Id: I81f3db7d230c43d288725c89ac691ab7083fd8b5
CRs-Fixed: 4053659
This commit is contained in:
Surabhi Vishnoi
2025-02-04 17:19:42 +05:30
parent 646a3acae6
commit 60832f4ab0

View File

@@ -1,7 +1,7 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include <dt-bindings/interconnect/qcom,volcano.h>
@@ -185,8 +185,8 @@
cnss_pci_iommu_group0: cnss_pci_iommu_group0 {
qcom,iommu-msi-size = <0x1000>;
qcom,iommu-dma-addr-pool = <0xa0000000 0x10000000>;
qcom,iommu-geometry = <0xa0000000 0x10010000>;
qcom,iommu-dma-addr-pool = <0x98000000 0x18000000>;
qcom,iommu-geometry = <0x98000000 0x18001000>;
qcom,iommu-dma = "fastmap";
qcom,iommu-pagetable = "coherent";
qcom,iommu-faults = "stall-disable", "HUPCF",