Skip to content

Commit 9d7b779

Browse files
marcanjoergroedel
authored andcommitted
iommu: apple-dart: Increase MAX_DARTS_PER_DEVICE to 3
ISP needs this. Signed-off-by: Hector Martin <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]> Signed-off-by: Sasha Finkelstein <[email protected]> Reviewed-by: Sven Peter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 5276c1e commit 9d7b779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/apple-dart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#define DART_MAX_STREAMS 256
3838
#define DART_MAX_TTBR 4
39-
#define MAX_DARTS_PER_DEVICE 2
39+
#define MAX_DARTS_PER_DEVICE 3
4040

4141
/* Common registers */
4242

0 commit comments

Comments
 (0)