Message ID | 20210623135639.17125-1-laurent.pinchart+renesas@ideasonboard.com (mailing list archive) |
---|---|
Headers | show |
Series | R-Car DU: Add DSI encoder driver for V3U | expand |
Hi Laurent, On Wed, Jun 23, 2021 at 04:56:37PM +0300, Laurent Pinchart wrote: > Hello, > > This patch series adds a driver for the DSI encoder found in the R-Car > V3U SoC, which is the first SoC in the family that supports DSI. > > The driver is based on an implementation from the BSP written by Luu > Hoai, with lots of further rework. If anyone is interested in the > history, a broken down v1 is available from [1]. > > The driver has been successfully tested on the Falcon board, which > connects an SN65DSI86 to the output of the DSI encoder. Further patches > are needed for the ti-sn65dsi86 driver to enable usage in plain DP > (non-eDP) mode, as the Falcon board has a mini-DP connector wired to the > output of the SN65DSI86. This is work in progress (see [2]). > > [1] https://lore.kernel.org/linux-renesas-soc/189c7a07-29cd-39f4-1dec-56aa94c11fba@ideasonboard.com/T/#mafbe130386cbc8326f85cad46860813516ef4a80 > [2] https://lore.kernel.org/linux-renesas-soc/20210322030128.2283-1-laurent.pinchart+renesas@ideasonboard.com/ > > LUU HOAI (1): > drm: rcar-du: Add R-Car DSI driver > > Laurent Pinchart (1): > dt-bindings: display: bridge: Add binding for R-Car MIPI DSI/CSI-2 TX I have browsed both patches. Both looks good: Acked-by: Sam Ravnborg <sam@ravnborg.org> Sam