diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2016-09-29 17:25:29 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-10-05 09:09:30 -0400 |
commit | 87e5fc99b0280b492724cc7f2d8d9ad37b980087 (patch) | |
tree | a22d8d72385e2c15890fd3af508594bc6c381c3a | |
parent | e94f0044c9d2aabcd9c78762e6692c2307eff013 (diff) |
DT: irqchip: renesas-irqc: document R8A7743/5 support
Renesas RZ/G SoC have the R-Car gen2 compatible IRQC interrupt controllers.
Document RZ/G1[ME] (also known as R8A774[35]) SoC bindings.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt index ae5054c27c99..e3f052d8c11a 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt | |||
@@ -1,10 +1,12 @@ | |||
1 | DT bindings for the R-Mobile/R-Car interrupt controller | 1 | DT bindings for the R-Mobile/R-Car/RZ/G interrupt controller |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | 4 | ||
5 | - compatible: has to be "renesas,irqc-<soctype>", "renesas,irqc" as fallback. | 5 | - compatible: has to be "renesas,irqc-<soctype>", "renesas,irqc" as fallback. |
6 | Examples with soctypes are: | 6 | Examples with soctypes are: |
7 | - "renesas,irqc-r8a73a4" (R-Mobile APE6) | 7 | - "renesas,irqc-r8a73a4" (R-Mobile APE6) |
8 | - "renesas,irqc-r8a7743" (RZ/G1M) | ||
9 | - "renesas,irqc-r8a7745" (RZ/G1E) | ||
8 | - "renesas,irqc-r8a7790" (R-Car H2) | 10 | - "renesas,irqc-r8a7790" (R-Car H2) |
9 | - "renesas,irqc-r8a7791" (R-Car M2-W) | 11 | - "renesas,irqc-r8a7791" (R-Car M2-W) |
10 | - "renesas,irqc-r8a7792" (R-Car V2H) | 12 | - "renesas,irqc-r8a7792" (R-Car V2H) |