projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae3c79
)
iommu: Add M1 Pro/Max support to Apple DART driver
author
Janne Grunau
<j@jannau.net>
Tue, 8 Feb 2022 21:27:49 +0000
(22:27 +0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 21 Feb 2022 13:35:40 +0000
(08:35 -0500)
For the purpose of this driver (activating bypass mode) t6000-dart
and t8103-dart are fully compatible.
Signed-off-by: Janne Grunau <j@jannau.net>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
drivers/iommu/apple_dart.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/apple_dart.c
b/drivers/iommu/apple_dart.c
index ff8c5fa62c22dfcd3e8da486d0d2aeea7238dd34..f2e17009607243e20b515c353b2523b3dca7bcfd 100644
(file)
--- 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 */ }
};