
14 Mar
2016
14 Mar
'16
4:23 a.m.
On 13 March 2016 at 21:20, Jacob Chen jacob-chen@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@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@chromium.org