drm/rockchip: support rk3328 linux drm cvbs
authoralgea.cao <algea.cao@rock-chips.com>
Wed, 14 Jun 2017 10:10:07 +0000 (18:10 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 22 Jun 2017 13:18:47 +0000 (21:18 +0800)
commitce0eedfcb226b8d3d0536362e0cc046634f63e3b
tree3cd94a18d52f90109c8ef4fd8d2748c5d894fe38
parente0436fde6505598ce39c89cad43878af475623e0
drm/rockchip: support rk3328 linux drm cvbs

This adds support for Rockchip CVBS found on rk3328 Linux.
The CVBS driver is based on the DRM framework.
NTSC(720x480i60hz) and PAL(720x576i50hz) modes are supported.
it's worth noting that rk3328 CVBS dclk is base on hdmi clk,so hdmi
should be enabled.

Change-Id: I059808111bfa96724eb629b6fc37915a4852e234
Signed-off-by: algea.cao <algea.cao@rock-chips.com>
Documentation/devicetree/bindings/display/rockchip/rockchip_drm_tve.txt [new file with mode: 0644]
drivers/gpu/drm/rockchip/Kconfig
drivers/gpu/drm/rockchip/Makefile
drivers/gpu/drm/rockchip/rockchip_drm_tve.c [new file with mode: 0644]
drivers/gpu/drm/rockchip/rockchip_drm_tve.h [new file with mode: 0644]