From: Janne Grunau Date: Tue, 8 Feb 2022 21:27:49 +0000 (+0100) Subject: iommu: Add M1 Pro/Max support to Apple DART driver X-Git-Tag: baikal/mips/sdk5.9~7^2^2~48^2~6 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=bfa74346bdc04e52ca18d1f658a1821e07f0f40a;p=uboot.git 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 Reviewed-by: Mark Kettenis --- diff --git a/drivers/iommu/apple_dart.c b/drivers/iommu/apple_dart.c index ff8c5fa62c..f2e1700960 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 */ } };