[PATCH] dt-bindings: irqchip: renesas,irqc: Add r8a779g0 support

Geert Uytterhoeven posted 1 patch 3 years, 4 months ago
There is a newer version of this series
.../devicetree/bindings/interrupt-controller/renesas,irqc.yaml   | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: irqchip: renesas,irqc: Add r8a779g0 support
Posted by Geert Uytterhoeven 3 years, 4 months ago
Document support for the Interrupt Controller for External Devices
(INT-EX) in the Renesas R-Car V4H (R8A779G0) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 .../devicetree/bindings/interrupt-controller/renesas,irqc.yaml   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
index 620f01775e429c3e..62fd47c88275d587 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
@@ -37,6 +37,7 @@ properties:
           - renesas,intc-ex-r8a77990    # R-Car E3
           - renesas,intc-ex-r8a77995    # R-Car D3
           - renesas,intc-ex-r8a779a0    # R-Car V3U
+          - renesas,intc-ex-r8a779g0    # R-Car V4H
       - const: renesas,irqc
 
   '#interrupt-cells':
-- 
2.25.1
Re: [PATCH] dt-bindings: irqchip: renesas,irqc: Add r8a779g0 support
Posted by Rob Herring 3 years, 4 months ago
On Wed, 28 Sep 2022 14:33:36 +0200, Geert Uytterhoeven wrote:
> Document support for the Interrupt Controller for External Devices
> (INT-EX) in the Renesas R-Car V4H (R8A779G0) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  .../devicetree/bindings/interrupt-controller/renesas,irqc.yaml   | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>