diff options
author | Sven Peter <[email protected]> | 2022-09-16 11:41:48 +0200 |
---|---|---|
committer | Hector Martin <[email protected]> | 2022-10-24 13:44:21 +0900 |
commit | 8cc8bdceb669eaadedde5fcd9ff2ec47f9c9067a (patch) | |
tree | aa3c5fbd41163c1f609508e278227b855a2e7fd0 | |
parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff) |
dt-bindings: iommu: dart: add t6000 compatible
The M1 Max/Pro SoCs come with a new DART variant that is incompatible with
the previous one. Add a new compatible for those.
Signed-off-by: Sven Peter <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Janne Grunau <[email protected]>
Signed-off-by: Hector Martin <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/iommu/apple,dart.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iommu/apple,dart.yaml b/Documentation/devicetree/bindings/iommu/apple,dart.yaml index 82ad669feef7..06af2bacbe97 100644 --- a/Documentation/devicetree/bindings/iommu/apple,dart.yaml +++ b/Documentation/devicetree/bindings/iommu/apple,dart.yaml @@ -22,7 +22,9 @@ description: |+ properties: compatible: - const: apple,t8103-dart + enum: + - apple,t8103-dart + - apple,t6000-dart reg: maxItems: 1 |