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 | ||