Skip to content

Commit 22cd73f

Browse files
marcanjannau
authored andcommitted
iommu: apple-dart: Increase MAX_DARTS_PER_DEVICE to 3
ISP needs this. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent a5e4f38 commit 22cd73f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/iommu/apple-dart.c

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

3939
#define DART_MAX_STREAMS 256
4040
#define DART_MAX_TTBR 4
41-
#define MAX_DARTS_PER_DEVICE 2
41+
#define MAX_DARTS_PER_DEVICE 3
4242

4343
/* Common registers */
4444

0 commit comments

Comments
 (0)