mbox series

[v9,0/3] Enable RZ/{G2L,G2LC} and RZ/V2L DU

Message ID 20240222132117.137729-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Enable RZ/{G2L,G2LC} and RZ/V2L DU | expand

Message

Biju Das Feb. 22, 2024, 1:21 p.m. UTC
Enable DU on RZ/{G2L,G2LC} and RZ/V2L SMARC EVK.

This patch series tested with drm-misc.

v8->v9:
 * Added ports properties to DU nodes.
 * Dropped Rb tag from Geert for patch#1 and #2.
 * Moved DSI port properties from board dtsi to SoC dtsi
 * Linked DU with DSI in SoC dtsi
 * Enabled DU on the board dtsi. 
v7->v8:
 * Added Rb tags from Geert for patch#1 and patch#2
 * Added RZ/G2L fallback for RZ/V2L DU node.
v7:
 * Added dtsi patches for DU.

Biju Das (3):
  arm64: dts: renesas: r9a07g044: Add DU node
  arm64: dts: renesas: r9a07g054: Add DU node
  arm64: dts: renesas: rzg2l-smarc: Enable DU and link with DSI

 arch/arm64/boot/dts/renesas/r9a07g044.dtsi    | 46 ++++++++++++++++++
 arch/arm64/boot/dts/renesas/r9a07g054.dtsi    | 47 +++++++++++++++++++
 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi  | 14 ++----
 arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 14 ++----
 4 files changed, 101 insertions(+), 20 deletions(-)