summaryrefslogtreecommitdiff
path: root/drivers/video/bridge/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-02 18:16:09 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:13 -0600
commitbcd5dfffe6d7827c5c1df96b2e5168036d522220 (patch)
treea21f8a8f376e42c238e4be68097db7c66be6df6a /drivers/video/bridge/Makefile
parent5eaeadaa3afee088421e26cbbc07b6969a9e3425 (diff)
downloadu-boot-imx-bcd5dfffe6d7827c5c1df96b2e5168036d522220.zip
u-boot-imx-bcd5dfffe6d7827c5c1df96b2e5168036d522220.tar.gz
u-boot-imx-bcd5dfffe6d7827c5c1df96b2e5168036d522220.tar.bz2
dm: video: Add support for the Parade PS8622/625 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). The setup is included in the device tree. 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 f4bf087..c7cc563 100644
--- a/drivers/video/bridge/Makefile
+++ b/drivers/video/bridge/Makefile
@@ -5,3 +5,4 @@
# SPDX-License-Identifier: GPL-2.0+
obj-$(CONFIG_VIDEO_BRIDGE) += video-bridge-uclass.o
+obj-$(CONFIG_VIDEO_BRIDGE_PARADE_PS862X) += ps862x.o