]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: video: Add support for the NXP PTN3460 bridge
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:16:10 +0000 (18:16 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:15 +0000 (08:17 +0200)
commitc08f84e1a3a90fe4f10b0a8f3a7426e0ebd3b984
tree9ffc7e6a080af0879da0896c8f2a3bafb2a8f256
parent36c56ebc6046aa81a82dd3e1572a28f50e02a4a7
dm: video: Add support for the NXP PTN3460 bridge

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>
drivers/video/bridge/Kconfig
drivers/video/bridge/Makefile
drivers/video/bridge/ptn3460.c [new file with mode: 0644]