]> git.baikalelectronics.ru Git - kernel.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)
commit9ef10a6249e03c10b0d135ed57af736ed6ed363c
treed5257b9accfc44a9eb04c415a2919da6040b63a8
parent32897907dd85afea493b9c0ea33551a4a5c6aa97
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