Re: [PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC

2025-05-07 Thread Rob Herring (Arm)
On Fri, 02 May 2025 17:25:40 +0100, Prabhakar wrote: > From: Lad Prabhakar > > 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 existi

Re: [PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC

2025-05-06 Thread Conor Dooley
On Fri, May 02, 2025 at 05:25:40PM +0100, Prabhakar wrote: > From: Lad Prabhakar > > 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 ex

Re: [PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC

2025-05-05 Thread Geert Uytterhoeven
On Fri, 2 May 2025 at 18:25, Prabhakar wrote: > From: Lad Prabhakar > > 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

[PATCH] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2N SoC

2025-05-02 Thread Prabhakar
From: Lad Prabhakar 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