* [PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC
@ 2025-05-02 16:25 Prabhakar
2025-05-05 15:04 ` Geert Uytterhoeven
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Prabhakar @ 2025-05-02 16:25 UTC (permalink / raw)
To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
Simona Vetter, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Geert Uytterhoeven, Magnus Damm, dri-devel
Cc: devicetree, linux-kernel, linux-renesas-soc, Prabhakar, Biju Das,
Fabrizio Castro, Lad Prabhakar
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Add a compatible string for the Renesas RZ/V2N SoC variants that include a
Mali-G31 GPU. These variants share the same restrictions on interrupts,
clocks, and power domains as the RZ/G2L SoC, so extend the existing schema
validation accordingly.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
index 019bd28a29f1..3297ed160ebc 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
@@ -25,6 +25,7 @@ properties:
- realtek,rtd1619-mali
- renesas,r9a07g044-mali
- renesas,r9a07g054-mali
+ - renesas,r9a09g056-mali
- renesas,r9a09g057-mali
- rockchip,px30-mali
- rockchip,rk3562-mali
@@ -145,6 +146,7 @@ allOf:
enum:
- renesas,r9a07g044-mali
- renesas,r9a07g054-mali
+ - renesas,r9a09g056-mali
- renesas,r9a09g057-mali
then:
properties:
--
2.49.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC
2025-05-02 16:25 [PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC Prabhakar
@ 2025-05-05 15:04 ` Geert Uytterhoeven
2025-05-06 16:33 ` Conor Dooley
2025-05-07 12:15 ` Rob Herring (Arm)
2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2025-05-05 15:04 UTC (permalink / raw)
To: Prabhakar
Cc: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
Simona Vetter, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Magnus Damm, dri-devel, devicetree, linux-kernel,
linux-renesas-soc, Biju Das, Fabrizio Castro, Lad Prabhakar
On Fri, 2 May 2025 at 18:25, Prabhakar <prabhakar.csengg@gmail.com> wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Add a compatible string for the Renesas RZ/V2N SoC variants that include a
> Mali-G31 GPU. These variants share the same restrictions on interrupts,
> clocks, and power domains as the RZ/G2L SoC, so extend the existing schema
> validation accordingly.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC
2025-05-02 16:25 [PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC Prabhakar
2025-05-05 15:04 ` Geert Uytterhoeven
@ 2025-05-06 16:33 ` Conor Dooley
2025-05-07 12:15 ` Rob Herring (Arm)
2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2025-05-06 16:33 UTC (permalink / raw)
To: Prabhakar
Cc: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
Simona Vetter, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Geert Uytterhoeven, Magnus Damm, dri-devel, devicetree,
linux-kernel, linux-renesas-soc, Biju Das, Fabrizio Castro,
Lad Prabhakar
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
On Fri, May 02, 2025 at 05:25:40PM +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Add a compatible string for the Renesas RZ/V2N SoC variants that include a
> Mali-G31 GPU. These variants share the same restrictions on interrupts,
> clocks, and power domains as the RZ/G2L SoC, so extend the existing schema
> validation accordingly.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC
2025-05-02 16:25 [PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC Prabhakar
2025-05-05 15:04 ` Geert Uytterhoeven
2025-05-06 16:33 ` Conor Dooley
@ 2025-05-07 12:15 ` Rob Herring (Arm)
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2025-05-07 12:15 UTC (permalink / raw)
To: Prabhakar
Cc: Thomas Zimmermann, Biju Das, David Airlie, Maarten Lankhorst,
Fabrizio Castro, linux-renesas-soc, Lad Prabhakar, dri-devel,
Geert Uytterhoeven, Krzysztof Kozlowski, Magnus Damm,
linux-kernel, Maxime Ripard, Conor Dooley, Simona Vetter,
devicetree
On Fri, 02 May 2025 17:25:40 +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Add a compatible string for the Renesas RZ/V2N SoC variants that include a
> Mali-G31 GPU. These variants share the same restrictions on interrupts,
> clocks, and power domains as the RZ/G2L SoC, so extend the existing schema
> validation accordingly.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
> Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-05-07 12:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-02 16:25 [PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC Prabhakar
2025-05-05 15:04 ` Geert Uytterhoeven
2025-05-06 16:33 ` Conor Dooley
2025-05-07 12:15 ` Rob Herring (Arm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox