Re: [U-Boot] [PATCH v5 06/15] video: add MIPI DSI host controller bridge

2019-10-14 Thread Anatolij Gustschin
On Mon, 7 Oct 2019 15:29:06 +0200 Yannick Fertré yannick.fer...@st.com wrote: > Add a Synopsys Designware MIPI DSI host bridge driver, based on the > Rockchip version from rockchip/dw-mipi-dsi.c with phy & bridge APIs. > > Signed-off-by: Yannick Fertré > --- > drivers/video/Kconfig | 10

[U-Boot] [PATCH v5 06/15] video: add MIPI DSI host controller bridge

2019-10-07 Thread Yannick Fertré
Add a Synopsys Designware MIPI DSI host bridge driver, based on the Rockchip version from rockchip/dw-mipi-dsi.c with phy & bridge APIs. Signed-off-by: Yannick Fertré --- drivers/video/Kconfig | 10 + drivers/video/Makefile | 1 + drivers/video/dw_mipi_dsi.c | 838 +