Skip to content

Commit 2f50168

Browse files
committed
dt-bindings: iommu: apple: Add Apple M3 compatibles to DART and SART
Apple Silicon Macs use two types of IOMMU, SART (for NVMe) and DART (for everything else). On M3 (t8122), the SART is compatible with the t6000 (M1 Pro/Max) one and the DART is compatible with the t8110 (A15) one. Thus, add a t8122 enum variant to the compatibles, but leave the base compatibles unchanged. Signed-off-by: Michael Reeves <[email protected]>
1 parent be1dd96 commit 2f50168

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Documentation/devicetree/bindings/iommu/apple,dart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ properties:
2929
- apple,t8110-dart
3030
- apple,t6000-dart
3131
- items:
32-
- const: apple,t6020-dart
32+
- enum:
33+
- apple,t6020-dart
34+
- apple,t8122-dart
3335
- const: apple,t8110-dart
3436

3537
reg:

Documentation/devicetree/bindings/iommu/apple,sart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ properties:
3333
- enum:
3434
- apple,t6020-sart
3535
- apple,t8112-sart
36+
- apple,t8122-sart
3637
- const: apple,t6000-sart
3738
- enum:
3839
- apple,t6000-sart

0 commit comments

Comments
 (0)