mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
38 lines
1.1 KiB
Diff
38 lines
1.1 KiB
Diff
From 88e0c4540822cbd63ec7618eaed2279126bdd042 Mon Sep 17 00:00:00 2001
|
|
From: Sven Peter <sven@svenpeter.dev>
|
|
Date: Tue, 2 Nov 2021 18:10:51 +0100
|
|
Subject: [PATCH 046/171] 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 <sven@svenpeter.dev>
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
|
|
Series-changes: 2
|
|
- added Rob's Acked-by:
|
|
|
|
Patch-cc: Mark Kettenis <mark.kettenis@xs4all.nl>
|
|
---
|
|
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.34.1
|
|
|