clk: tegra: Implement clocks for Tegra114
Implement clocks for Tegra114. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
16d50f4da4
commit
2cb5efefd6
2 changed files with 2086 additions and 0 deletions
|
@ -9,3 +9,4 @@ obj-y += clk-super.o
|
|||
|
||||
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += clk-tegra20.o
|
||||
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += clk-tegra30.o
|
||||
obj-$(CONFIG_ARCH_TEGRA_114_SOC) += clk-tegra114.o
|
||||
|
|
2085
drivers/clk/tegra/clk-tegra114.c
Normal file
2085
drivers/clk/tegra/clk-tegra114.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue