commit | 92ac73e4c2579444ee5017f37aa61e116ccf15c9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 01 20:04:50 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 30 13:29:06 2016 -0600 |
tree | b4bc58e9ca001fdcf7392892516672d93a346e6d | |
parent | 8dfb4a28f5645874d9b47cffe44055a3a71ca78b [diff] |
rockchip: rk3036: Move rockchip_get_cru() out of the driver This function is called from outside the driver. It should be placed into common SoC code. Move it. Also rename the driver symbol to be more consistent with the other rockchip clock drivers. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>