[U-Boot] [PATCH v2 16/37] rockchip: video: Add a display driver for rockchip eDP

Simon Glass sjg at chromium.org
Fri Jan 22 19:38:28 CET 2016


On 21 January 2016 at 19:45, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list