
21 Aug
2018
21 Aug
'18
7:31 p.m.
Hi,
On 17 August 2018 at 08:38, Yannick Fertré yannick.fertre@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@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