Skip to content

Commit 5dc6ce7

Browse files
prabhakarladrobherring
authored andcommitted
dt-bindings: gpu: mali-bifrost: Document RZ/V2L SoC
The Renesas RZ/V2L SoC (a.k.a R9A07G054) has a Bifrost Mali-G31 GPU, add a compatible string for it. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220308211543.3081-1-prabhakar.mahadev-lad.rj@bp.renesas.com
1 parent ce8b3ad commit 5dc6ce7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ properties:
2020
- mediatek,mt8183-mali
2121
- realtek,rtd1619-mali
2222
- renesas,r9a07g044-mali
23+
- renesas,r9a07g054-mali
2324
- rockchip,px30-mali
2425
- rockchip,rk3568-mali
2526
- const: arm,mali-bifrost # Mali Bifrost GPU model/revision is fully discoverable
@@ -109,7 +110,9 @@ allOf:
109110
properties:
110111
compatible:
111112
contains:
112-
const: renesas,r9a07g044-mali
113+
enum:
114+
- renesas,r9a07g044-mali
115+
- renesas,r9a07g054-mali
113116
then:
114117
properties:
115118
interrupts:

0 commit comments

Comments
 (0)