dm: video: Add support for video bridges
A video bridge typically converts video from one format to another, e.g.
DisplayPort to LVDS. Add driver model support for these with a simple
interface to control activation and backlight. The uclass supports GPIO
control of power and reset lines.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- drivers/video/Kconfig 2 additions, 0 deletionsdrivers/video/Kconfig
- drivers/video/Makefile 2 additions, 0 deletionsdrivers/video/Makefile
- drivers/video/bridge/Kconfig 8 additions, 0 deletionsdrivers/video/bridge/Kconfig
- drivers/video/bridge/Makefile 7 additions, 0 deletionsdrivers/video/bridge/Makefile
- drivers/video/bridge/video-bridge-uclass.c 111 additions, 0 deletionsdrivers/video/bridge/video-bridge-uclass.c
- include/dm/uclass-id.h 1 addition, 0 deletionsinclude/dm/uclass-id.h
- include/video_bridge.h 92 additions, 0 deletionsinclude/video_bridge.h
drivers/video/bridge/Kconfig
0 → 100644
drivers/video/bridge/Makefile
0 → 100644
drivers/video/bridge/video-bridge-uclass.c
0 → 100644
include/video_bridge.h
0 → 100644
Please register or sign in to comment