[U-Boot] [PATCH v3 03/10] video: add support of MIPI DSI interface

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


Hi,

On 17 August 2018 at 08:38, Yannick Fertré <yannick.fertre at st.com> wrote:
> Mipi_display.c contains a set of dsi helpers.
> This file is a copy of file drm_mipi_dsi.c (linux kernel).
>
> Signed-off-by: Yannick Fertré <yannick.fertre at st.com>
> ---
>  drivers/video/Kconfig    |   8 +
>  drivers/video/Makefile   |   1 +
>  drivers/video/mipi_dsi.c | 828 +++++++++++++++++++++++++++++++++++++++++++++++
>  include/mipi_dsi.h       | 451 ++++++++++++++++++++++++++
>  4 files changed, 1288 insertions(+)
>  create mode 100644 drivers/video/mipi_dsi.c
>  create mode 100644 include/mipi_dsi.h

Yes I think you need a uclass. However it is probably not applicable
for this file, but for the other one, where you have the transfer()
method. You should set up a uclass for that.

Regards,
Simon


More information about the U-Boot mailing list