mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-13 02:36: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:
|
||
---|---|---|
.. | ||
Makefile | ||
rk_edp.c | ||
rk_hdmi.c | ||
rk_lvds.c | ||
rk_vop.c |