diff options
author | Sven Peter <sven@svenpeter.dev> | 2022-05-01 16:55:07 +0200 |
---|---|---|
committer | Sven Peter <sven@svenpeter.dev> | 2022-05-01 16:55:07 +0200 |
commit | a12d521f4a3d2088f23b75f063de68ea1dc6b5a3 (patch) | |
tree | 3d086468fb37777b84f03f32754fc83b9aac23a7 /MAINTAINERS | |
parent | soc: apple: Add RTKit IPC library (diff) | |
download | linux-a12d521f4a3d2088f23b75f063de68ea1dc6b5a3.tar.xz linux-a12d521f4a3d2088f23b75f063de68ea1dc6b5a3.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fd768d43e048..4961da640e82 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1836,6 +1836,7 @@ F: Documentation/devicetree/bindings/arm/apple/* F: Documentation/devicetree/bindings/clock/apple,nco.yaml F: Documentation/devicetree/bindings/i2c/apple,i2c.yaml F: Documentation/devicetree/bindings/interrupt-controller/apple,* +F: Documentation/devicetree/bindings/iommu/apple,sart.yaml F: Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml F: Documentation/devicetree/bindings/pci/apple,pcie.yaml F: Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml |