OSDN Git Service

clk: tegra: Move SOR0 implementation to Tegra124
authorThierry Reding <treding@nvidia.com>
Fri, 28 Jun 2019 09:01:16 +0000 (11:01 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 11 Nov 2019 13:52:18 +0000 (14:52 +0100)
commite5f8a107d92db30a7ad7d8d95aee59f5ad76206a
treed475cae495409dda2b42e06185950b7aa36242ba
parent991a051ea5f15266903f52acb5832a596dd3da51
clk: tegra: Move SOR0 implementation to Tegra124

The SOR0 clock on Tegra210 is very different from the SOR0 clock found
on Tegra124. Move the Tegra124 implementation to the Tegra124 driver so
that a custom implementation can be provided on Tegra210 without
clashing with the existing clock.

Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/clk/tegra/clk-tegra-periph.c
drivers/clk/tegra/clk-tegra124.c