Commit 2c6edb0c authored by Joerg Roedel's avatar Joerg Roedel

iommu/omap: Implement DOMAIN_ATTR_GEOMETRY attribute

Implement the attribute for the OMAP IOMMU driver.
Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent 8a0e715b
......@@ -1148,6 +1148,10 @@ static int omap_iommu_domain_init(struct iommu_domain *domain)
domain->priv = omap_domain;
domain->geometry.aperture_start = 0;
domain->geometry.aperture_end = (1ULL << 32) - 1;
domain->geometry.force_aperture = true;
return 0;
fail_nomem:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment