diff mbox series

[v5,1/5] dt-bindings: iommu: dart: add t6000 compatible

Message ID 20220916094152.87137-2-j@jannau.net
State Not Applicable, archived
Headers show
Series iommu: M1 Pro/Max DART support | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Janne Grunau Sept. 16, 2022, 9:41 a.m. UTC
From: Sven Peter <sven@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@svenpeter.dev>
Acked-by: Rob Herring <robh@kernel.org>

Signed-off-by: Janne Grunau <j@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(-)

Comments

Hector Martin Sept. 22, 2022, 12:05 p.m. UTC | #1
On 16/09/2022 18.41, Janne Grunau wrote:
> From: Sven Peter <sven@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@svenpeter.dev>
> Acked-by: Rob Herring <robh@kernel.org>
> 
> Signed-off-by: Janne Grunau <j@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

I'm taking this one via the Asahi-SoC tree, since it unblocks the t6000
DT series and it is already reviewed and ready to go. Thanks!

- Hector
diff mbox series

Patch

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