[PATCH v5 7/7] drm: rcar-du: dsi: Add r8A779g0 support

2022-12-02 Thread Tomi Valkeinen
Add DSI support for r8a779g0. The main differences to r8a779a0 are in the PLL and PHTW setups. Signed-off-by: Tomi Valkeinen Reviewed-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_mipi_dsi.c | 497 ++- drivers/gpu/drm/rcar-du/rcar_mipi_dsi_regs.h | 6 +- 2 files c

Re: [PATCH v5 7/7] drm: rcar-du: dsi: Add r8A779g0 support

2022-12-01 Thread Kieran Bingham
Quoting Tomi Valkeinen (2022-12-01 09:56:31) > Add DSI support for r8a779g0. The main differences to r8a779a0 are in > the PLL and PHTW setups. > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Laurent Pinchart Now that the differences I saw about the PHTW values are understood, I'm happy. I li