diff options
| author | Janne Grunau <[email protected]> | 2022-02-08 22:27:49 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-21 08:35:40 -0500 |
| commit | d15e1926ff0d71a57e0d607bc05d8c37358802ca (patch) | |
| tree | 223bdaf296440335e30b48cdbb704f83a4c346d6 | |
| parent | 0ae3c79b7c126b1e91c5851ed2549e01e8c37238 (diff) | |
iommu: Add M1 Pro/Max support to Apple DART driver
For the purpose of this driver (activating bypass mode) t6000-dart
and t8103-dart are fully compatible.
Signed-off-by: Janne Grunau <[email protected]>
Reviewed-by: Mark Kettenis <[email protected]>
| -rw-r--r-- | drivers/iommu/apple_dart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/apple_dart.c b/drivers/iommu/apple_dart.c index ff8c5fa62c2..f2e17009607 100644 --- a/drivers/iommu/apple_dart.c +++ b/drivers/iommu/apple_dart.c @@ -48,6 +48,7 @@ static int apple_dart_probe(struct udevice *dev) static const struct udevice_id apple_dart_ids[] = { { .compatible = "apple,t8103-dart" }, + { .compatible = "apple,t6000-dart" }, { /* sentinel */ } }; |
