[U-Boot] [PATCH v3 3/6] rockchip: video: Add a display driver for rockchip LVDS

Simon Glass sjg at chromium.org
Mon Mar 14 04:23:38 CET 2016


On 13 March 2016 at 21:20, Jacob Chen <jacob-chen at iotwrt.com> wrote:
> Some Rockchip SoCs support LVDS output. Add a display driver for this so
> that these displays can be used on supported boards.
>
> Signed-off-by: Jacob Chen <jacob-chen at iotwrt.com>
> ---
>
> Changes in v3:
> - Use fdtdec_get_int instead fdtdec_get_uint in rk_lvds_ofdata_to_platdata
>
> Changes in v2:
> - Add comments to struct rk_lvds_priv
> - Drop useless 0x0 prefix in header
> - Include bingding file in source file
>
>  arch/arm/include/asm/arch-rockchip/lvds_rk3288.h |  97 +++++++++
>  drivers/video/rockchip/Makefile                  |   2 +-
>  drivers/video/rockchip/rk_lvds.c                 | 254 +++++++++++++++++++++++
>  3 files changed, 352 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm/include/asm/arch-rockchip/lvds_rk3288.h
>  create mode 100644 drivers/video/rockchip/rk_lvds.c

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list