iommu: Map reserved memory as cacheable if device is coherent
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Tue, 26 Sep 2023 15:26:00 +0000 (18:26 +0300)
committerJoerg Roedel <jroedel@suse.de>
Mon, 27 Nov 2023 09:22:46 +0000 (10:22 +0100)
commitf1aad9df93f39267e890836a28d22511f23474e1
tree0ed71f5570dba0a118ff42d4a8ba50f72fbbf8ff
parent2cc14f52aeb78ce3f29677c2de1f06c0e91471ab
iommu: Map reserved memory as cacheable if device is coherent

Check if the device is marked as DMA coherent in the DT and if so,
map its reserved memory as cacheable in the IOMMU.
This fixes the recently added IOMMU reserved memory support which
uses IOMMU_RESV_DIRECT without properly building the PROT for the
mapping.

Fixes: a5bf3cfce8cb ("iommu: Implement of_iommu_get_resv_regions()")
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20230926152600.8749-1-laurentiu.tudor@nxp.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/of_iommu.c