dt-bindings: iommu: Add Apple SART DMA address filter
authorSven Peter <sven@svenpeter.dev>
Sun, 1 May 2022 14:55:07 +0000 (16:55 +0200)
committerSven Peter <sven@svenpeter.dev>
Sun, 1 May 2022 14:55:07 +0000 (16:55 +0200)
commita12d521f4a3d2088f23b75f063de68ea1dc6b5a3
tree3d086468fb37777b84f03f32754fc83b9aac23a7
parent9bd1d9a0d8bb1a549831fd98fcc3105960f7068b
dt-bindings: iommu: Add Apple SART DMA address filter

Apple SoCs such as the M1 come with a simple DMA address filter called
SART. Unlike a real IOMMU no pagetables can be configured but instead
DMA transactions can be allowed for up to 16 paddr regions. The consumer
also needs special support since not all DMA allocations have to be
added to this filter.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sven Peter <sven@svenpeter.dev>
Documentation/devicetree/bindings/iommu/apple,sart.yaml [new file with mode: 0644]
MAINTAINERS