mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
c3aad6f65b
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:
|
||
---|---|---|
.. | ||
exynos | ||
uniphier | ||
clk-uclass.c | ||
clk_fixed_rate.c | ||
clk_pic32.c | ||
clk_rk3036.c | ||
clk_rk3288.c | ||
clk_sandbox.c | ||
clk_sandbox_test.c | ||
Kconfig | ||
Makefile |