Skip to content

Commit

Permalink
clk: tegra: add clock support for Tegra20
Browse files Browse the repository at this point in the history
Add Tegra20 clock support based on common clock framework.

Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com>
[swarren: s/1GHz/100MHz/ in call to tegra_clk_plle() to fix PCIe,
implemented KBC clock, ensure all OF lookups return valid cookies i.e.
an explicit error pointer or valid pointer not NULL, adapt to renames
in earlier patches, fixed some checkpatch issues.]
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Prashant Gaikwad authored and Stephen Warren committed Jan 28, 2013
1 parent 8f8f484 commit 37c26a9
Show file tree
Hide file tree
Showing 3 changed files with 1,281 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/clk/tegra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ obj-y += clk-periph-gate.o
obj-y += clk-pll.o
obj-y += clk-pll-out.o
obj-y += clk-super.o

obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += clk-tegra20.o
Loading

0 comments on commit 37c26a9

Please sign in to comment.