commit | ae8fe41552c386e6c42131a6e63df5fee9a0b409 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 17 15:23:17 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 25 20:46:45 2016 -0600 |
tree | 9436bf465e9a3efb1464e7449db9effe2d217874 | |
parent | 156b960718a7d8c7f8bad9a7b8aabc99ea60ce4f [diff] |
rockchip: Use rockchip_get_clk() to obtain the SoC clock 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: 135aa950 (clk: convert API to match reset/mailbox style) Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>