commit | 01df75fef2c85bf3f3a6da1c76a11217de746ef8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 02 13:18:47 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:37 2012 +0200 |
tree | 3a238ea8f71feb6320c8e34ec296c1df2f905e9e | |
parent | 84a8dcf3b7f4570d73831c5fe6e503e6ec32c99c [diff] |
tegra: Add functions to access low-level Osc/PLL details Add clock_ll_read_pll() to read PLL parameters and clock_get_osc_bypass() to find out if the Oscillator is bypassed. These are needed by warmboot. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>