diff options
author | 2024-09-03 12:12:40 +0530 | |
---|---|---|
committer | 2024-10-02 15:36:47 +0200 | |
commit | 5a5d6753035451027a6ae92f478eb0b07f801348 (patch) | |
tree | 96de525a320a29ec583e265806b30a7d8a7607b3 | |
parent | Linux 6.12-rc1 (diff) | |
download | wireguard-linux-5a5d6753035451027a6ae92f478eb0b07f801348.tar.xz wireguard-linux-5a5d6753035451027a6ae92f478eb0b07f801348.zip |
dt-bindings: interrupt-controller: Add support for sam9x7 aic
Document the support added for the Advanced interrupt controller(AIC)
chip in the sam9x7 SoC family. New compatible is introduced to capture
the differences like the number of interrupts supported in the
integration of the IP to that of the previous designs.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Dharma Balasubiramani <dharma.b@microchip.com>
Link: https://lore.kernel.org/all/20240903064240.49415-1-varshini.rajendran@microchip.com
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml index d4658fe3867c..d671ed884c9e 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml @@ -23,6 +23,7 @@ properties: - atmel,sama5d3-aic - atmel,sama5d4-aic - microchip,sam9x60-aic + - microchip,sam9x7-aic reg: maxItems: 1 |