Re: [RESEND v7 21/37] dt-bindings: serial: renesas, scif: Add scif-sh7751.

2024-04-05 Thread Geert Uytterhoeven
Hi Sato-san,

On Thu, Apr 4, 2024 at 7:15 AM Yoshinori Sato
 wrote:
> Add Renesas SH7751 SCIF.
>
> Signed-off-by: Yoshinori Sato 
> Reviewed-by: Geert Uytterhoeven 

> --- a/Documentation/devicetree/bindings/serial/renesas,scif.yaml
> +++ b/Documentation/devicetree/bindings/serial/renesas,scif.yaml
> @@ -18,6 +18,7 @@ properties:
>- items:
>- enum:
>- renesas,scif-r7s72100 # RZ/A1H
> +  - renesas,scif-sh7751   # SH7751
>- const: renesas,scif   # generic SCIF compatible UART
>
>- items:


If this is applied after "[PATCH v2 2/2] dt-bindings: serial:
renesas,scif: Validate 'interrupts' and 'interrupt-names'"[1], an extra
"- renesas,scif-sh7751" line should be added to the 4-interrupt section
(below "- renesas,scif-r7s72100").

[1] 
https://lore.kernel.org/all/20240307114217.34784-3-prabhakar.mahadev-lad...@bp.renesas.com/

Gr{oetje,eeting}s,

Geert


--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


[RESEND v7 21/37] dt-bindings: serial: renesas, scif: Add scif-sh7751.

2024-04-03 Thread Yoshinori Sato
Add Renesas SH7751 SCIF.

Signed-off-by: Yoshinori Sato 
Reviewed-by: Geert Uytterhoeven 
---
 Documentation/devicetree/bindings/serial/renesas,scif.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/serial/renesas,scif.yaml 
b/Documentation/devicetree/bindings/serial/renesas,scif.yaml
index 4610a5bd580c..590f88e2ced9 100644
--- a/Documentation/devicetree/bindings/serial/renesas,scif.yaml
+++ b/Documentation/devicetree/bindings/serial/renesas,scif.yaml
@@ -18,6 +18,7 @@ properties:
   - items:
   - enum:
   - renesas,scif-r7s72100 # RZ/A1H
+  - renesas,scif-sh7751   # SH7751
   - const: renesas,scif   # generic SCIF compatible UART
 
   - items:
-- 
2.39.2