dt-bindings: iommu: apple,sart: Add apple,t8112-sart compatible string
authorJanne Grunau <j@jannau.net>
Tue, 7 Mar 2023 12:10:12 +0000 (13:10 +0100)
committerHector Martin <marcan@marcan.st>
Tue, 28 Mar 2023 10:39:12 +0000 (19:39 +0900)
"apple,t8112-sart" as found on the Apple M2 SoC appears to be SART3 as
well. To allow for later discovered incompatibilities use
'"apple,t8112-sart", "apple,t6000-sart"' as compatible string.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Hector Martin <marcan@marcan.st>
Documentation/devicetree/bindings/iommu/apple,sart.yaml

index 1524fa3..e87c152 100644 (file)
@@ -28,9 +28,13 @@ description:
 
 properties:
   compatible:
-    enum:
-      - apple,t6000-sart
-      - apple,t8103-sart
+    oneOf:
+      - items:
+          - const: apple,t8112-sart
+          - const: apple,t6000-sart
+      - enum:
+          - apple,t6000-sart
+          - apple,t8103-sart
 
   reg:
     maxItems: 1