2019-11-21 05:03:57

by Andreas Färber

[permalink] [raw]
Subject: [PATCH v5 7/9] dt-bindings: interrupt-controller: rtd1195-mux: Add RTD1395

Add compatible strings for Realtek RTD1395 SoC.

Signed-off-by: Andreas Färber <[email protected]>
---
v4 -> v5: Unchanged

v4: New

.../devicetree/bindings/interrupt-controller/realtek,rtd1195-mux.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/realtek,rtd1195-mux.yaml b/Documentation/devicetree/bindings/interrupt-controller/realtek,rtd1195-mux.yaml
index 5cf3a28cedba..7c2a31548d46 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/realtek,rtd1195-mux.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/realtek,rtd1195-mux.yaml
@@ -19,6 +19,8 @@ properties:
- realtek,rtd1195-iso-irq-mux
- realtek,rtd1295-misc-irq-mux
- realtek,rtd1295-iso-irq-mux
+ - realtek,rtd1395-misc-irq-mux
+ - realtek,rtd1395-iso-irq-mux

reg:
maxItems: 1
--
2.16.4


2019-11-22 23:37:42

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v5 7/9] dt-bindings: interrupt-controller: rtd1195-mux: Add RTD1395

On Thu, 21 Nov 2019 06:02:06 +0100, =?UTF-8?q?Andreas=20F=C3=A4rber?= wrote:
> Add compatible strings for Realtek RTD1395 SoC.
>
> Signed-off-by: Andreas F?rber <[email protected]>
> ---
> v4 -> v5: Unchanged
>
> v4: New
>
> .../devicetree/bindings/interrupt-controller/realtek,rtd1195-mux.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Acked-by: Rob Herring <[email protected]>