summaryrefslogtreecommitdiff
path: root/drivers/video/rockchip/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-22 02:45:03 (GMT)
committerSimon Glass <sjg@chromium.org>2016-01-22 03:42:36 (GMT)
commitc2539483416a3237ae6d7f2d15fe468c4e771223 (patch)
tree9cc2d674e55ca7545e1dc79efa62d433484b6cec /drivers/video/rockchip/Makefile
parent830a6081706e3f07bdd2a0fd7de131516d2a92a9 (diff)
downloadu-boot-fsl-qoriq-c2539483416a3237ae6d7f2d15fe468c4e771223.tar.xz
rockchip: video: Add a display driver for rockchip HDMI
Some Rockchip SoCs support HDMI output. Add a display driver for this so that these displays can be used on supported boards. Unfortunately this driver is not fully functional. It cannot reliably read EDID information over HDMI. This seems to be due to the clocks being incorrect - the I2C bus speed appears to be up to 100x slower than the clock settings indicate. The root cause may be in the clock logic. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/rockchip/Makefile')
-rw-r--r--drivers/video/rockchip/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/rockchip/Makefile b/drivers/video/rockchip/Makefile
new file mode 100644
index 0000000..361fcb5
--- /dev/null
+++ b/drivers/video/rockchip/Makefile
@@ -0,0 +1,8 @@
+#
+# (C) Copyright 2000-2007
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += rk_hdmi.o