dm: Add a dsi host uclass
authorYannick Fertré <yannick.fertre@st.com>
Mon, 7 Oct 2019 13:29:05 +0000 (15:29 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sun, 13 Oct 2019 21:34:43 +0000 (23:34 +0200)
commit23f965a4c611e5c2d2576b5f8d2aa2ea6fffb24c
treee22352952c3220fbb074c95dfab9873e2c3fc9ac
parent66c37246567c04416780f2c2b87aa251470e0585
dm: Add a dsi host uclass

Display Serial Interface (DSI) host can usefully be modelled
as their own uclass.
DSI defines a serial bus and a communication protocol
between the host and the device (panel, bridge).

Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
arch/sandbox/dts/sandbox.dts
arch/sandbox/dts/test.dts
configs/sandbox_defconfig
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/dsi-host-uclass.c [new file with mode: 0644]
drivers/video/sandbox_dsi_host.c [new file with mode: 0644]
include/dm/uclass-id.h
include/dsi_host.h [new file with mode: 0644]
test/dm/Makefile
test/dm/dsi_host.c [new file with mode: 0644]