diff options
| author | Hector Martin <marcan@marcan.st> | 2023-01-13 19:50:24 +0900 |
|---|---|---|
| committer | Joerg Roedel <jroedel@suse.de> | 2023-01-20 10:35:47 +0100 |
| commit | 659bf8e582fcf11d5f769e2a988722b33059b0d8 (patch) | |
| tree | d89758a3526c301e50a42e658a686e539cabab2a | |
| parent | b7bfaa761d760e72a969d116517eaa12e404c262 (diff) | |
dt-bindings: iommu: dart: add t8110 compatible
t600x SoCs use this DART style for the Thunderbolt ports, and t8112 SoCs
use them everywhere. Add a compatible for it. No other binding changes
necessary.
Reviewed-by: Sven Peter <sven@svenpeter.dev>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
Link: https://lore.kernel.org/r/20230113105029.26654-2-marcan@marcan.st
Signed-off-by: Joerg Roedel <jroedel@suse.de>
| -rw-r--r-- | Documentation/devicetree/bindings/iommu/apple,dart.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iommu/apple,dart.yaml b/Documentation/devicetree/bindings/iommu/apple,dart.yaml index 06af2bacbe97..903edf85d72e 100644 --- a/Documentation/devicetree/bindings/iommu/apple,dart.yaml +++ b/Documentation/devicetree/bindings/iommu/apple,dart.yaml @@ -24,6 +24,7 @@ properties: compatible: enum: - apple,t8103-dart + - apple,t8110-dart - apple,t6000-dart reg: |
