rockchip: video: Add a display driver for rockchip HDMI
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:45:03 +0000 (19:45 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:36 +0000 (20:42 -0700)
commitc2539483416a3237ae6d7f2d15fe468c4e771223
tree9cc2d674e55ca7545e1dc79efa62d433484b6cec
parent830a6081706e3f07bdd2a0fd7de131516d2a92a9
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>
arch/arm/include/asm/arch-rockchip/hdmi_rk3288.h [new file with mode: 0644]
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/rockchip/Makefile [new file with mode: 0644]
drivers/video/rockchip/rk_hdmi.c [new file with mode: 0644]