commit | d2d1c3f3d7cce3ad9f1ff30f2565d945626258c9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 14 21:03:33 2015 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Wed May 13 09:24:09 2015 -0700 |
tree | a81c6bd9afb4f3263f8f2d00c07e5ae3d65ed7c2 | |
parent | 6017b9a08fdfc982465952189e747cbda33fcb8c [diff] |
tegra: clock: Split the clock source code into a separate function Create a function which sets the source clock for a peripheral, given the number of mux bits to adjust. This can then be used more generally. For now, don't export it. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>