2023-01-04 11:17:09

by Hector Martin

[permalink] [raw]
Subject: [PATCH 1/7] dt-bindings: iommu: dart: add t8110 compatible

t600x SoCs use this DART style for the Thunderbolt ports, and t8112 SoCs
use them everywhere. Add a compatible for it. No other binding changes
necessary.

Signed-off-by: Hector Martin <[email protected]>
---
Documentation/devicetree/bindings/iommu/apple,dart.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iommu/apple,dart.yaml b/Documentation/devicetree/bindings/iommu/apple,dart.yaml
index 06af2bacbe97..903edf85d72e 100644
--- a/Documentation/devicetree/bindings/iommu/apple,dart.yaml
+++ b/Documentation/devicetree/bindings/iommu/apple,dart.yaml
@@ -24,6 +24,7 @@ properties:
compatible:
enum:
- apple,t8103-dart
+ - apple,t8110-dart
- apple,t6000-dart

reg:
--
2.35.1


2023-01-04 13:22:06

by Sven Peter

[permalink] [raw]
Subject: Re: [PATCH 1/7] dt-bindings: iommu: dart: add t8110 compatible



On Wed, Jan 4, 2023, at 12:00, Hector Martin wrote:
> t600x SoCs use this DART style for the Thunderbolt ports, and t8112 SoCs
> use them everywhere. Add a compatible for it. No other binding changes
> necessary.
>
> Signed-off-by: Hector Martin <[email protected]>

Reviewed-by: Sven Peter <[email protected]>

2023-01-06 13:39:46

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/7] dt-bindings: iommu: dart: add t8110 compatible

On 04/01/2023 12:00, Hector Martin wrote:
> t600x SoCs use this DART style for the Thunderbolt ports, and t8112 SoCs
> use them everywhere. Add a compatible for it. No other binding changes
> necessary.
>
> Signed-off-by: Hector Martin <[email protected]>


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof