commit | 775bc39cc2a21feeafb761f3b239932d21e903f1 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Mar 24 19:35:37 2017 +0100 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 04 20:01:57 2017 -0600 |
tree | 89194f9408ccef85e1378820bbd11b6694357bf4 | |
parent | 5c6523e9b107484bda63e28ff41c71e2195788c3 [diff] |
rockchip: clk: rk3399: 24MHz is not a power of 2 The clock driver for the RK3399 mistakenly used (24 * 2^20) where it should have used (24 * 10^6) in a few calculations. This commits fixes this. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Simon Glass <sjg@chromium.org>