Browse Source

qcacld-3.0: Enable SMMU S1 unmap config flag for Kona

IOVA address returned as part of pld_smmu_map for IPA
rx ready doorbell register exceeds the IOVA range
configured in FW by Host. This is because smmu unmap
support is not enabled and due to IOVA range validation
issue in cnss SMMU map API.

Fix is to enable SMMU S1 unmap config flag to enable
SMMU unmap as part of IPA cleanup.

Change-Id: I588f3536c2eb2a9fc77bbe69c9b6a6eb02a39842
CRs-Fixed: 2784174
Yeshwanth Sriram Guntuka 4 years ago
parent
commit
09f25e5313
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configs/default_defconfig

+ 1 - 0
configs/default_defconfig

@@ -816,6 +816,7 @@ endif
 ifeq ($(CONFIG_ARCH_KONA), y)
 ifeq ($(CONFIG_IPA_OFFLOAD), y)
 CONFIG_ENABLE_SMMU_S1_TRANSLATION := y
+CONFIG_SMMU_S1_UNMAP := y
 endif
 endif