mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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 <j@jannau.net> Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
This commit is contained in:
parent
0ae3c79b7c
commit
d15e1926ff
1 changed files with 1 additions and 0 deletions
|
@ -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 */ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue