diff options
| author | Andrew Jeffery <andrew@aj.id.au> | 2017-05-16 03:57:47 -0400 |
|---|---|---|
| committer | Marc Zyngier <marc.zyngier@arm.com> | 2017-06-22 09:13:39 -0400 |
| commit | fa776a3f2b1b62970179bcefc55fae85e5700746 (patch) | |
| tree | 21976e18e63d9cac9ebf3e2720c64229bade104d /Documentation/devicetree/bindings/interrupt-controller | |
| parent | 13dcf12bf877b9ed8845c7a68390702e368ec622 (diff) | |
irqchip/aspeed-vic: Add AST2500 compatible string
In addition to introducing the new compatible string the bindings
description is reworked to be more generic.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')
| -rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt b/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt index 6c6e85324b9d..e3fea0758d25 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt | |||
| @@ -1,12 +1,13 @@ | |||
| 1 | Aspeed Vectored Interrupt Controller | 1 | Aspeed Vectored Interrupt Controller |
| 2 | 2 | ||
| 3 | These bindings are for the Aspeed AST2400 interrupt controller register layout. | 3 | These bindings are for the Aspeed interrupt controller. The AST2400 and |
| 4 | The SoC has an legacy register layout, but this driver does not support that | 4 | AST2500 SoC families include a legacy register layout before a re-designed |
| 5 | mode of operation. | 5 | layout, but the bindings do not prescribe the use of one or the other. |
| 6 | 6 | ||
| 7 | Required properties: | 7 | Required properties: |
| 8 | 8 | ||
| 9 | - compatible : should be "aspeed,ast2400-vic". | 9 | - compatible : "aspeed,ast2400-vic" |
| 10 | "aspeed,ast2500-vic" | ||
| 10 | 11 | ||
| 11 | - interrupt-controller : Identifies the node as an interrupt controller | 12 | - interrupt-controller : Identifies the node as an interrupt controller |
| 12 | - #interrupt-cells : Specifies the number of cells needed to encode an | 13 | - #interrupt-cells : Specifies the number of cells needed to encode an |
