Skip to content

Commit 9e65863

Browse files
asdfugilKAGA-KOKO
authored andcommitted
dt-bindings: apple,aic: Document A7-A11 compatibles
Document and describe the compatibles for Apple A7-A11 SoCs. There are three feature levels: - apple,aic: No fast IPI, for A7-A10 - apple,t8015-aic: fast IPI, global only, for A11 - apple,t8103-aic: fast IPI with local and global support, for M1 Each feature level is an extension of the previous, for example, M1 will also work with the A7 feature level. All of A7-M1 gets its own SoC-specific compatible, and the "apple,aic" compatible as a fallback. Signed-off-by: Nick Chan <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Sven Peter <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 4609c6e commit 9e65863

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,25 @@ description: |
3131
This device also represents the FIQ interrupt sources on platforms using AIC,
3232
which do not go through a discrete interrupt controller.
3333
34+
IPIs may be performed via MMIO registers on all variants of AIC. Starting
35+
from A11, system registers may also be used for "fast" IPIs. Starting from
36+
M1, even faster IPIs within the same cluster may be achieved by writing to
37+
a "local" fast IPI register as opposed to using the "global" fast IPI
38+
register.
39+
3440
allOf:
3541
- $ref: /schemas/interrupt-controller.yaml#
3642

3743
properties:
3844
compatible:
3945
items:
40-
- const: apple,t8103-aic
46+
- enum:
47+
- apple,s5l8960x-aic
48+
- apple,t7000-aic
49+
- apple,s8000-aic
50+
- apple,t8010-aic
51+
- apple,t8015-aic
52+
- apple,t8103-aic
4153
- const: apple,aic
4254

4355
interrupt-controller: true

0 commit comments

Comments
 (0)