commit | 303384f6f96d3000304137ca11cf4f3f177d700b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 31 17:57:31 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jun 09 13:45:33 2017 -0600 |
tree | 130497c3d0d34e26a35b5b84598473f974530e87 | |
parent | 534f5df88ff8879eba552b1e50dc22230e23cfed [diff] |
rockchip: rk3288: Convert clock driver to use shifted masks Shifted masks are the standard approach with rockchip since it allows use of the mask without shifting it each time. Update the definitions and the driver to match. Signed-off-by: Simon Glass <sjg@chromium.org>