commit | ffc76482c2d86ca29168527e57fb75c0ea08ec6d | [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 | f9f3e1b8df9804c98a2a3077d0acb24247e0e74b [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>