summaryrefslogtreecommitdiff
path: root/drivers/video/bridge/ptn3460.c
Commit message (Collapse)AuthorAgeLines
* video: squash lines for immediate returnMasahiro Yamada2016-09-23-6/+1
| | | | | | | | | | | | For vidconsole_post_probe(), it is common coding style to let a probe method return the value of a register function. The others will become simple wrapper functions. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com>
* dm: video: Add support for the NXP PTN3460 bridgeSimon Glass2015-08-05-0/+38
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). There is no setup required by this chip, other than to adjust power-down and reset pins, and those are managed by the uclass. Signed-off-by: Simon Glass <sjg@chromium.org>