commit | f7ee2a48ad715dea6034a9add4a93cb08bbadfbd | [log] [tgz] |
---|---|---|
author | Lucas Stach <dev@lynxeye.de> | Tue Sep 25 20:21:13 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:07 2012 -0700 |
tree | 01e704c3bbf59d1c5f7be1ba55ae8dcf656a5128 | |
parent | e694178eda962b5853cc279ee25f026bca5f864c [diff] |
tegra20: add clock_set_pllout function Common practice on Tegra 2 boards is to use the pllp_out4 FO to generate the ULPI reference clock. For this to work we have to override the default hardware generated output divider. This function adds a clean way to do so. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Tom Warren <twarren@nvidia.com>