iommu/sprd: Add missing force_aperture
authorJason Gunthorpe <jgg@nvidia.com>
Mon, 24 Jul 2023 17:36:05 +0000 (14:36 -0300)
committerJoerg Roedel <jroedel@suse.de>
Mon, 7 Aug 2023 12:33:51 +0000 (14:33 +0200)
commitd48a51286c698f7fe8efc688f23a532f4fe9a904
tree0391d93c541e0ca53c0123d091583a0e5d7ccd87
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
iommu/sprd: Add missing force_aperture

force_aperture was intended to false only by GART drivers that have an
identity translation outside the aperture. This does not describe sprd, so
add the missing 'force_aperture = true'.

Fixes: b23e4fc4e3fa ("iommu: add Unisoc IOMMU basic driver")
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Acked-by: Chunyan Zhang <zhang.lyra@gmail.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/sprd-iommu.c