]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: tegra: Use generic tegra_osc_clk_init() on Tegra114
authorThierry Reding <treding@nvidia.com>
Thu, 26 Mar 2015 16:50:06 +0000 (17:50 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 10 Apr 2015 14:04:21 +0000 (16:04 +0200)
commita84724a1c3cccd03b4ca1c8aea135095d0a6204e
treed5257b9accfc44a9eb04c415a2919da6040b63a8
parent63cc5a4da1fafedee24d8f5af67c1dd9d08f95c7
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>
drivers/clk/tegra/clk-tegra114.c