2024-04-16 15:27:48

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH] dt-bindings: interrupt-controller: renesas,irqc: Add r8a779g0 support

Document support for the Interrupt Controller for External Devices
(INT-EX) in the Renesas R-Car V4M (R8A779H0) SoC.

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
.../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 b417341fc8ae049b..fb3c29e813499e3f 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
@@ -39,6 +39,7 @@ properties:
- renesas,intc-ex-r8a779a0 # R-Car V3U
- renesas,intc-ex-r8a779f0 # R-Car S4-8
- renesas,intc-ex-r8a779g0 # R-Car V4H
+ - renesas,intc-ex-r8a779h0 # R-Car V4M
- const: renesas,irqc

'#interrupt-cells':
--
2.34.1



2024-04-16 16:18:17

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: interrupt-controller: renesas,irqc: Add r8a779g0 support

On Tue, Apr 16, 2024 at 05:18:59PM +0200, Geert Uytterhoeven wrote:
> Document support for the Interrupt Controller for External Devices
> (INT-EX) in the Renesas R-Car V4M (R8A779H0) SoC.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>

Acked-by: Conor Dooley <[email protected]>

Cheers,
Conor.

> ---
> .../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 b417341fc8ae049b..fb3c29e813499e3f 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
> @@ -39,6 +39,7 @@ properties:
> - renesas,intc-ex-r8a779a0 # R-Car V3U
> - renesas,intc-ex-r8a779f0 # R-Car S4-8
> - renesas,intc-ex-r8a779g0 # R-Car V4H
> + - renesas,intc-ex-r8a779h0 # R-Car V4M
> - const: renesas,irqc
>
> '#interrupt-cells':
> --
> 2.34.1
>


Attachments:
(No filename) (1.15 kB)
signature.asc (235.00 B)
Download all attachments

2024-04-23 13:30:12

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: interrupt-controller: renesas,irqc: Add r8a779g0 support


On Tue, 16 Apr 2024 17:18:59 +0200, Geert Uytterhoeven wrote:
> Document support for the Interrupt Controller for External Devices
> (INT-EX) in the Renesas R-Car V4M (R8A779H0) SoC.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> ---
> .../devicetree/bindings/interrupt-controller/renesas,irqc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Applied, thanks!