[PATCH v3 1/5] dt-bindings: iommu: dart: add t6000 compatible
Janne Grunau
j at jannau.net
Tue Jun 21 00:18:44 PDT 2022
From: Sven Peter <sven at svenpeter.dev>
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 <sven at svenpeter.dev>
Acked-by: Rob Herring <robh at kernel.org>
Signed-off-by: Janne Grunau <j at jannau.net>
---
(no changes since v2)
Changes in v2:
- added Rob's Acked-by:
Documentation/devicetree/bindings/iommu/apple,dart.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
--
2.35.1
More information about the linux-arm-kernel
mailing list