Skip to content

Commit 9e03134

Browse files
prabhakarladgregkh
authored andcommitted
dt-bindings: serial: sh-sci: Fold single-entry compatibles into enum
Group single compatibles into enum. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260112095722.25556-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent a5fd894 commit 9e03134

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

Documentation/devicetree/bindings/serial/renesas,scif.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ maintainers:
1212
properties:
1313
compatible:
1414
oneOf:
15+
- enum:
16+
- renesas,scif-r7s9210 # RZ/A2
17+
- renesas,scif-r9a07g044 # RZ/G2{L,LC}
18+
- renesas,scif-r9a09g057 # RZ/V2H(P)
19+
1520
- items:
1621
- enum:
1722
- renesas,scif-r7s72100 # RZ/A1H
1823
- const: renesas,scif # generic SCIF compatible UART
1924

20-
- items:
21-
- enum:
22-
- renesas,scif-r7s9210 # RZ/A2
23-
2425
- items:
2526
- enum:
2627
- renesas,scif-r8a7778 # R-Car M1
@@ -76,19 +77,13 @@ properties:
7677
- const: renesas,rcar-gen5-scif # R-Car Gen5
7778
- const: renesas,scif # generic SCIF compatible UART
7879

79-
- items:
80-
- enum:
81-
- renesas,scif-r9a07g044 # RZ/G2{L,LC}
82-
8380
- items:
8481
- enum:
8582
- renesas,scif-r9a07g043 # RZ/G2UL and RZ/Five
8683
- renesas,scif-r9a07g054 # RZ/V2L
8784
- renesas,scif-r9a08g045 # RZ/G3S
8885
- const: renesas,scif-r9a07g044 # RZ/G2{L,LC} fallback
8986

90-
- const: renesas,scif-r9a09g057 # RZ/V2H(P)
91-
9287
- items:
9388
- enum:
9489
- renesas,scif-r9a09g047 # RZ/G3E

0 commit comments

Comments
 (0)