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>
Showing
- arch/arm/mach-rockchip/board.c 1 addition, 1 deletionarch/arm/mach-rockchip/board.c
- arch/arm/mach-rockchip/rk3288-board-spl.c 1 addition, 1 deletionarch/arm/mach-rockchip/rk3288-board-spl.c
- arch/arm/mach-rockchip/rk3288/sdram_rk3288.c 1 addition, 1 deletionarch/arm/mach-rockchip/rk3288/sdram_rk3288.c
- drivers/clk/clk_rk3288.c 1 addition, 1 deletiondrivers/clk/clk_rk3288.c
- drivers/video/rockchip/rk_vop.c 1 addition, 1 deletiondrivers/video/rockchip/rk_vop.c
Loading
Please register or sign in to comment