mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +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:
|
||
---|---|---|
.. | ||
Makefile | ||
rk_edp.c | ||
rk_hdmi.c | ||
rk_lvds.c | ||
rk_vop.c |