clk: tegra: move audio clk to common file
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Tue, 17 Sep 2013 12:42:24 +0000 (15:42 +0300)
committerPeter De Schrijver <pdeschrijver@nvidia.com>
Tue, 26 Nov 2013 16:46:24 +0000 (18:46 +0200)
commit6609dbe40e199ca8b1e99513d0e4bbc32b0d53b7
treeac2049428a6606b00b153bc0fff92861d76a5611
parent73d37e4c7c4b9db26c9e4e1479e00996caa8e3f2
clk: tegra: move audio clk to common file

Move audio clocks and PLLA initialization to a common file so it can be used by
multiple Tegra SoCs. Also a new array tegra114_clks is introduced for Tegra114
which specifies which common clocks are available on Tegra114 and what their
DT IDs are.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
drivers/clk/tegra/Makefile
drivers/clk/tegra/clk-tegra-audio.c [new file with mode: 0644]
drivers/clk/tegra/clk-tegra114.c
drivers/clk/tegra/clk.h
This page took 0.028797 seconds and 5 git commands to generate.