Re: [PATCH 2/2] rockchip: video: Add support for RK3568 DSI Host

2023-04-14 Thread Kever Yang
On 2023/3/25 02:53, Chris Morgan wrote: From: Chris Morgan Add support for DSI Host controller on Rockchip RK3568. This driver is heavily based on the Rockchip dw_mipi_dsi_rockchip.c driver in Linux and the stm32_dsi.c driver in U-Boot. It should be easy to add support for other SoCs as the

[PATCH 2/2] rockchip: video: Add support for RK3568 DSI Host

2023-03-24 Thread Chris Morgan
From: Chris Morgan Add support for DSI Host controller on Rockchip RK3568. This driver is heavily based on the Rockchip dw_mipi_dsi_rockchip.c driver in Linux and the stm32_dsi.c driver in U-Boot. It should be easy to add support for other SoCs as the only missing component from the mainline