commit | 9ed682606076ccc2163d271af1795f00c0217446 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 13 14:21:56 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 25 17:59:30 2016 -0700 |
tree | b4f4c0300612057044d2ecfbef980d164231a0ae | |
parent | e4ab3d712a52e69d154ed9a1fb15e56e9f9c94d3 [diff] |
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)