diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-09-12 17:43:00 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-09-14 06:33:54 +0000 |
commit | 20afdeb812da4097447eb324f34be11a10b11542 (patch) | |
tree | a868768c9ff13074bc7daf57b51da3d957179889 /Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt | |
parent | 0cae165ffc0c878b02c56efd62988f13d513c8a7 (diff) | |
download | talos-obmc-linux-20afdeb812da4097447eb324f34be11a10b11542.tar.gz talos-obmc-linux-20afdeb812da4097447eb324f34be11a10b11542.zip |
irqchip: atmel-aic5: Add sama5d4 support
Add sama5d4 support to irq-atmel-aic5.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Link: https://lkml.kernel.org/r/1410536587-24607-2-git-send-email-alexandre.belloni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt index 2742e9cfd6b1..f292917fa00d 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt @@ -2,7 +2,7 @@ Required properties: - compatible: Should be "atmel,<chip>-aic" - <chip> can be "at91rm9200" or "sama5d3" + <chip> can be "at91rm9200", "sama5d3" or "sama5d4" - interrupt-controller: Identifies the node as an interrupt controller. - interrupt-parent: For single AIC system, it is an empty property. - #interrupt-cells: The number of cells to define the interrupts. It should be 3. |