Merge branch 'samsung/exynos' into next

* samsung/exynos:
  iommu/exynos: add support for reserved regions
This commit is contained in:
Will Deacon 2025-07-24 11:17:34 +01:00
commit ab1de3f9c6
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <linux/pm_runtime.h>
#include <linux/slab.h>
#include "dma-iommu.h"
#include "iommu-pages.h"
typedef u32 sysmmu_iova_t;
@ -1479,6 +1480,7 @@ static const struct iommu_ops exynos_iommu_ops = {
.device_group = generic_device_group,
.probe_device = exynos_iommu_probe_device,
.release_device = exynos_iommu_release_device,
.get_resv_regions = iommu_dma_get_resv_regions,
.of_xlate = exynos_iommu_of_xlate,
.default_domain_ops = &(const struct iommu_domain_ops) {
.attach_dev = exynos_iommu_attach_device,