summaryrefslogtreecommitdiff
path: root/drivers/video/bridge/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-03 00:16:10 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-06 03:06:13 (GMT)
commit048dba0191b55f635468671d942347651067d7e4 (patch)
tree2e695d5bb6015b178d8bd06a260f7d30908e7a7e /drivers/video/bridge/Makefile
parentbcd5dfffe6d7827c5c1df96b2e5168036d522220 (diff)
downloadu-boot-fsl-qoriq-048dba0191b55f635468671d942347651067d7e4.tar.xz
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>
Diffstat (limited to 'drivers/video/bridge/Makefile')
-rw-r--r--drivers/video/bridge/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/bridge/Makefile b/drivers/video/bridge/Makefile
index c7cc563..ce731fa 100644
--- a/drivers/video/bridge/Makefile
+++ b/drivers/video/bridge/Makefile
@@ -6,3 +6,4 @@
obj-$(CONFIG_VIDEO_BRIDGE) += video-bridge-uclass.o
obj-$(CONFIG_VIDEO_BRIDGE_PARADE_PS862X) += ps862x.o
+obj-$(CONFIG_VIDEO_BRIDGE_NXP_PTN3460) += ptn3460.o