Skip to content

Commit

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

Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com>
[swarren: 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 37c26a9 commit b08e8c0
Show file tree
Hide file tree
Showing 3 changed files with 2,064 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/tegra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ obj-y += clk-pll-out.o
obj-y += clk-super.o

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

0 comments on commit b08e8c0

Please sign in to comment.