mbox series

[0/4] Add support for Mali-G52 to RZ/G3E SoC

Message ID 20250402131142.1270701-1-tommaso.merciai.xr@bp.renesas.com (mailing list archive)
Headers show
Series Add support for Mali-G52 to RZ/G3E SoC | expand

Message

Tommaso Merciai April 2, 2025, 1:11 p.m. UTC
Dear All,

This patch series adds support for the Mali-G52 GPU on the RZ/G3E SoC.
The changes include updating the device tree bindings, adding the GPU node
to the SoC device tree, and enabling the GPU on the R9A09G047E57 SMARC SoM board.

Note:
This patchset is applied on top of:
 - https://web.git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git/log/
 - https://patchwork.kernel.org/project/linux-renesas-soc/patch/20250207113653.21641-13-biju.das.jz@bp.renesas.com/
 - https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=942041

Thanks & Regards,
Tommaso

Tommaso Merciai (4):
  clk: renesas: r9a09g047: Add clock and reset entries for GE3D
  dt-bindings: gpu: mali-bifrost: Add compatible for RZ/G3E SoC
  arm64: dts: renesas: r9a09g047: Add Mali-G52 GPU node
  arm64: dts: renesas: rzg3e-smarc-som: Enable Mali-G52

 .../bindings/gpu/arm,mali-bifrost.yaml        |  2 +
 arch/arm64/boot/dts/renesas/r9a09g047.dtsi    | 49 +++++++++++++++++++
 .../boot/dts/renesas/rzg3e-smarc-som.dtsi     | 15 ++++++
 drivers/clk/renesas/r9a09g047-cpg.c           | 11 +++++
 4 files changed, 77 insertions(+)