]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: video: Correct VOP clock selection
authorSimon Glass <sjg@chromium.org>
Sun, 13 Nov 2016 21:21:56 +0000 (14:21 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 26 Nov 2016 00:59:30 +0000 (17:59 -0700)
commit9ed682606076ccc2163d271af1795f00c0217446
treeb4f4c0300612057044d2ecfbef980d164231a0ae
parente4ab3d712a52e69d154ed9a1fb15e56e9f9c94d3
rockchip: video: Correct VOP clock selection

This code incorrectly uses the oscillator. It should use the clock
selected in the device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 135aa95 (clk: convert API to match reset/mailbox style)
drivers/video/rockchip/rk_vop.c