summaryrefslogtreecommitdiff
path: root/drivers/video/dsi-host-uclass.c
AgeCommit message (Collapse)Author
2019-10-13dm: Add a dsi host uclassYannick Fertré
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>