u-boot-brain/drivers/video/rockchip
Simon Glass c3aad6f65b rockchip: Use rockchip_get_clk() to obtain the SoC clock
The current code picks the first available clock. In U-Boot proper this is
the oscillator device, not the SoC clock device. As a result the HDMI display
does not work.

Fix this by calling rockchip_get_clk() instead.

Fixes: 135aa950 (clk: convert API to match reset/mailbox style)
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
2016-07-25 20:46:45 -06:00
..
Makefile rockchip: video: Add a display driver for rockchip LVDS 2016-03-14 22:06:33 +01:00
rk_edp.c clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
rk_hdmi.c rockchip: video: Lower hpd wait time 2016-07-05 10:38:56 -06:00
rk_lvds.c clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
rk_vop.c rockchip: Use rockchip_get_clk() to obtain the SoC clock 2016-07-25 20:46:45 -06:00