[U-Boot] [PATCH v3 04/10] video: add MIPI DSI host controller bridge

Simon Glass sjg at chromium.org
Tue Aug 21 17:31:10 UTC 2018


Hi,

On 17 August 2018 at 08:38, Yannick Fertré <yannick.fertre at 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é <yannick.fertre at st.com>
> ---
>  drivers/video/Kconfig       |   9 +
>  drivers/video/Makefile      |   1 +
>  drivers/video/dw_mipi_dsi.c | 827 ++++++++++++++++++++++++++++++++++++++++++++
>  include/dw_mipi_dsi.h       |  33 ++
>  4 files changed, 870 insertions(+)
>  create mode 100644 drivers/video/dw_mipi_dsi.c
>  create mode 100644 include/dw_mipi_dsi.h

This needs to use driver model. E.g. add your operations as a uclass
and go from there.

Regards,
Simon


More information about the U-Boot mailing list