u-boot-brain/drivers/video/rockchip
Philipp Tomsich ca562b630e rockchip: video: rk3399: add HDMI TX support on the RK3399
This commit enables the RK3399 HDMI TX, which is very similar to the
one found on the RK3288.  As requested by Simon, this splits the HDMI
driver into a SOC-specific portion (rk3399_hdmi.c, rk3288_hdmi.c) and
a common portion (rk_hdmi.c).

Note that the I2C communication for reading the EDID works well with
the default settings, but does not with the alternate settings used on
the RK3288... this configuration aspect is reflected by the driverdata
for the RK3399 driver.

Having some sort of DTS-based configuration for the regulator
dependencies would be nice for the future, but for now we simply use
lists of regulator names (also via driverdata) that we probe.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-06-07 21:30:50 -06:00
..
Kconfig rockchip: video: Kconfig: set MAX_XRES and MAX_YRES via Kconfig 2017-06-07 21:30:49 -06:00
Makefile rockchip: video: rk3399: add HDMI TX support on the RK3399 2017-06-07 21:30:50 -06:00
rk_edp.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
rk_hdmi.c rockchip: video: split RK3288-specific part off from rk_hdmi 2017-06-07 21:30:50 -06:00
rk_hdmi.h rockchip: video: split RK3288-specific part off from rk_hdmi 2017-06-07 21:30:50 -06:00
rk_lvds.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
rk_mipi.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
rk_vop.c rockchip: video: refactor rk_vop and split RK3288-specific code off 2017-06-07 21:30:49 -06:00
rk_vop.h rockchip: video: refactor rk_vop and split RK3288-specific code off 2017-06-07 21:30:49 -06:00
rk3288_hdmi.c rockchip: video: split RK3288-specific part off from rk_hdmi 2017-06-07 21:30:50 -06:00
rk3288_vop.c rockchip: video: refactor rk_vop and split RK3288-specific code off 2017-06-07 21:30:49 -06:00
rk3399_hdmi.c rockchip: video: rk3399: add HDMI TX support on the RK3399 2017-06-07 21:30:50 -06:00
rk3399_vop.c rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the RK3399 2017-06-07 21:30:49 -06:00