|
@@ -1,7 +1,7 @@
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
/*
|
|
|
* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*/
|
|
|
|
|
|
#include <linux/delay.h>
|
|
@@ -494,7 +494,8 @@ int cnss_audio_smmu_map(struct device *dev, phys_addr_t paddr,
|
|
|
paddr -= page_offset;
|
|
|
|
|
|
return iommu_map(plat_priv->audio_iommu_domain, iova, paddr,
|
|
|
- roundup(size, PAGE_SIZE), IOMMU_READ | IOMMU_WRITE);
|
|
|
+ roundup(size, PAGE_SIZE), IOMMU_READ | IOMMU_WRITE |
|
|
|
+ IOMMU_CACHE);
|
|
|
}
|
|
|
EXPORT_SYMBOL(cnss_audio_smmu_map);
|
|
|
|