]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: video: Add a video-output driver
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:45:05 +0000 (19:45 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:36 +0000 (20:42 -0700)
commit7b7ad5c31c91f84ae12b9a7ec850b5d0f720e19b
tree4f16b3dd59f2b6bdac04749f37626eff2483ff9d
parent5852d539eab0e0a7f7a600cb57459091773c6c4a
rockchip: video: Add a video-output driver

Some rockchip SoCs include video output (VOP). Add a driver to support this.
It can output via a display driver (UCLASS_DISPLAY) and currently HDMI and
eDP are supported.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-rockchip/vop_rk3288.h [new file with mode: 0644]
drivers/video/rockchip/Makefile
drivers/video/rockchip/rk_vop.c [new file with mode: 0644]