Commit 76721d2
committed
irqchip/apple-aic: Add support for "apple,t8122-aic3"
Introduce support for the new AICv3 hardware block in t8122 and t603x
SoCs. AICv3 is similar to AICv2 but has an increased IRQ config offset.
These MMIO offsets are coded as properties of the "aic,3" node in
Apple's device tree. The actual offsets are the same for all SoCs
starting from M3 through at least M5. So do not bother to follow suit
but use AICv3 specific defines in the driver.
The compatible string is SoC specific so future SoCs with AICv3 and
different offsets would just use their own compatible string as base and
add their new offsets.
Signed-off-by: Janne Grunau <j@jannau.net>1 parent 534f486 commit 76721d2
1 file changed
Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
137 | 144 | | |
138 | 145 | | |
| 146 | + | |
139 | 147 | | |
140 | 148 | | |
141 | 149 | | |
| |||
293 | 301 | | |
294 | 302 | | |
295 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
296 | 313 | | |
297 | 314 | | |
298 | 315 | | |
| |||
310 | 327 | | |
311 | 328 | | |
312 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
313 | 334 | | |
314 | 335 | | |
315 | 336 | | |
| |||
624 | 645 | | |
625 | 646 | | |
626 | 647 | | |
627 | | - | |
| 648 | + | |
628 | 649 | | |
629 | 650 | | |
630 | 651 | | |
| |||
974 | 995 | | |
975 | 996 | | |
976 | 997 | | |
| 998 | + | |
977 | 999 | | |
978 | 1000 | | |
979 | 1001 | | |
| |||
1048 | 1070 | | |
1049 | 1071 | | |
1050 | 1072 | | |
1051 | | - | |
| 1073 | + | |
1052 | 1074 | | |
1053 | 1075 | | |
1054 | 1076 | | |
| |||
1099 | 1121 | | |
1100 | 1122 | | |
1101 | 1123 | | |
| 1124 | + | |
0 commit comments