mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 08:46:59 +02:00
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_fixed_rate.c | ||
clk_pic32.c | ||
clk_rk3036.c | ||
clk_rk3288.c | ||
clk_sandbox_test.c | ||
clk_sandbox.c | ||
clk-uclass.c | ||
Kconfig | ||
Makefile |