diff options
| author | Janne Grunau <j@jannau.net> | 2026-07-24 20:16:43 +0200 |
|---|---|---|
| committer | Sven Peter <sven@kernel.org> | 2026-08-01 20:47:40 +0200 |
| commit | 7869d8206476403b7326d6c66dad2bccd09aead0 (patch) | |
| tree | 7007ae7aca5640da1fd2e955d0436521e2c785ff | |
| parent | 7482c380403e90299f4e99a2a128c3919227388a (diff) | |
| download | linux-next-7869d8206476403b7326d6c66dad2bccd09aead0.tar.gz linux-next-7869d8206476403b7326d6c66dad2bccd09aead0.zip | |
dt-bindings: interrupt-controller: apple,aic2: Add apple,t6031-aic3 compatible
The Apple M3 Max and Ultra SoCs use AICv3 as interrupt controller. It is
compatible to the base M3 AICv3. Add "apple,t6031-aic3" as compatible
and add it to the list for 4 #interrupt-cells used for multi-die SoCs.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Sven Peter <sven@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/apple,aic2.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/apple,aic2.yaml b/Documentation/devicetree/bindings/interrupt-controller/apple,aic2.yaml index a94787939d34..726a6720e05f 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/apple,aic2.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/apple,aic2.yaml @@ -44,6 +44,7 @@ properties: - items: - enum: - apple,t6030-aic3 + - apple,t6031-aic3 - const: apple,t8122-aic3 - const: apple,t8122-aic3 @@ -130,6 +131,7 @@ allOf: enum: - apple,t6000-aic - apple,t6020-aic + - apple,t6031-aic3 then: properties: '#interrupt-cells': |
