
22 Jan
2016
22 Jan
'16
7:38 p.m.
On 21 January 2016 at 19:45, Simon Glass sjg@chromium.org wrote:
Some Rockchip SoCs support embedded DisplayPort output. Add a display driver for this so that these displays can be used on supported boards.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Update for new clk_get_by_index() API
arch/arm/include/asm/arch-rockchip/edp_rk3288.h | 636 +++++++++++++ drivers/video/rockchip/Makefile | 2 +- drivers/video/rockchip/rk_edp.c | 1085 +++++++++++++++++++++++ 3 files changed, 1722 insertions(+), 1 deletion(-) create mode 100644 arch/arm/include/asm/arch-rockchip/edp_rk3288.h create mode 100644 drivers/video/rockchip/rk_edp.c
Applied to u-boot-rockchip.