commit | a84724a1c3cccd03b4ca1c8aea135095d0a6204e | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Mar 26 17:50:06 2015 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Fri Apr 10 16:04:21 2015 +0200 |
tree | d5257b9accfc44a9eb04c415a2919da6040b63a8 | |
parent | 63cc5a4da1fafedee24d8f5af67c1dd9d08f95c7 [diff] |
clk: tegra: Use generic tegra_osc_clk_init() on Tegra114 There is no reason why Tegra114 cannot use the same generic code to set up the oscillator, clk_m and pll_ref clocks. The only effective change that this causes is that the CLK_SET_PARENT_RATE flag is dropped, but since these clocks are all fixed it is not needed anyway. Signed-off-by: Thierry Reding <treding@nvidia.com>