u-boot-brain/arch/arm/mach-rockchip/rk3288
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
..
clk_rk3288.c rockchip: Add a way to obtain the main clock device 2016-07-25 20:46:45 -06:00
Kconfig rockchip: add basic support for evb-rk3288 board 2016-07-25 20:44:18 -06:00
Makefile rockchip: Add a way to obtain the main clock device 2016-07-25 20:46:45 -06:00
reset_rk3288.c Rename reset to sysreset 2016-05-26 20:48:31 -06:00
sdram_rk3288.c rockchip: Use rockchip_get_clk() to obtain the SoC clock 2016-07-25 20:46:45 -06:00
syscon_rk3288.c rockchip: syscon: Update to work with of-platdata 2016-07-14 20:40:24 -06:00