video: add support of MIPI DSI interface
authorYannick Fertré <yannick.fertre@st.com>
Mon, 7 Oct 2019 13:29:04 +0000 (15:29 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sun, 13 Oct 2019 19:24:47 +0000 (21:24 +0200)
commit66c37246567c04416780f2c2b87aa251470e0585
tree8ddf9cf514ba9009ebad94e67c23f76e6c234b69
parent7389776cda77faca282ad2b2f207c04b67a451b3
video: add support of MIPI DSI interface

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@st.com>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/mipi_dsi.c [new file with mode: 0644]
include/mipi_dsi.h [new file with mode: 0644]