Skip to content

Commit 667b44e

Browse files
jannaumarcan
authored andcommitted
dt-bindings: iommu: apple,sart: Add apple,t8112-sart compatible string
"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>
1 parent 93b415b commit 667b44e

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Documentation/devicetree/bindings/iommu/apple,sart.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ description:
2828

2929
properties:
3030
compatible:
31-
enum:
32-
- apple,t6000-sart
33-
- apple,t8103-sart
31+
oneOf:
32+
- items:
33+
- const: apple,t8112-sart
34+
- const: apple,t6000-sart
35+
- enum:
36+
- apple,t6000-sart
37+
- apple,t8103-sart
3438

3539
reg:
3640
maxItems: 1

0 commit comments

Comments
 (0)