Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-05 | dm: video: Add support for the Parade PS8622/625 bridge | Simon Glass | |
This chip provides an eDP to LVDS bridge which is useful for SoCs that don't support LVDS displays (or it would waste scarce pins). The setup is included in the device tree. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2015-08-05 | dm: video: Add support for video bridges | Simon Glass | |
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> |