Re: [PATCH 5/9] drm/rcar-du: dsi: Add r8a779h0 support

2024-12-03 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Tue, Dec 03, 2024 at 10:01:39AM +0200, Tomi Valkeinen wrote: > From: Tomi Valkeinen > > Add support for DSI on r8a779h0. As it is identical to DSI on r8a779g0, > all we need is to handle the compatible string. > > Signed-off-by: Tomi Valkeinen Reviewed-by

[PATCH 5/9] drm/rcar-du: dsi: Add r8a779h0 support

2024-12-03 Thread Tomi Valkeinen
From: Tomi Valkeinen Add support for DSI on r8a779h0. As it is identical to DSI on r8a779g0, all we need is to handle the compatible string. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/r