[U-Boot] [PATCH 0/5] rockchip: video: migrate RK3399 w/ HDMI to livetree
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Fri Feb 23 16:38:48 UTC 2018
This series fixes the regression on the RK3399 (since some boards have
moved to live tree) for HDMI output. This fix requires some new
functionality in the ofnode family (i.e. finding an ofnode's parent
node and finding an ofnode from a phandle), but these are all add-on
functionality and thus should not interfere with any other boards or
drivers (as it's only us using them so far).
To have working HDMI again, the fix for our PMU clk driver (so
PLL_PPLL, which is listed in the 'assigned-clocks', is handled
correctly during probing).
Kever Yang (1):
core: add ofnode_get_by_phandle() api
Philipp Tomsich (4):
core: ofnode: add ofnode_get_parent function
rockchip: video: rk_hdmi: migrate to livetree
rockchip: video: rk_vop: migrate to livetree
rockchip: video: update MAINTAINERS
MAINTAINERS | 1 +
drivers/core/ofnode.c | 27 +++++++++++++
drivers/video/rockchip/rk_hdmi.c | 2 +-
drivers/video/rockchip/rk_vop.c | 85 +++++++++++++++++++++++++++-------------
include/dm/ofnode.h | 16 ++++++++
5 files changed, 102 insertions(+), 29 deletions(-)
--
2.1.4
More information about the U-Boot
mailing list