Skip to content

Commit ac23216

Browse files
bijudasmripard
authored andcommitted
dt-bindings: display: renesas,rzg2l-du: Document RZ/V2L DU bindings
Document DU found in RZ/V2L SoC. The DU block is identical to RZ/G2L SoC and therefore use RZ/G2L fallback to avoid any driver changes. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20240218164840.57662-3-biju.das.jz@bp.renesas.com Signed-off-by: Maxime Ripard <mripard@kernel.org>
1 parent c1bb7f9 commit ac23216

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ description: |
1616
1717
properties:
1818
compatible:
19-
enum:
20-
- renesas,r9a07g044-du # RZ/G2{L,LC}
19+
oneOf:
20+
- enum:
21+
- renesas,r9a07g044-du # RZ/G2{L,LC}
22+
- items:
23+
- enum:
24+
- renesas,r9a07g054-du # RZ/V2L
25+
- const: renesas,r9a07g044-du # RZ/G2L fallback
2126

2227
reg:
2328
maxItems: 1

0 commit comments

Comments
 (0)