Re: [PATCH v4 10/15] clk: tegra: move audio clk to common file

2013-10-17 Thread Andrew Bresticker
Hi Peter, > +static struct tegra_clk tegra114_clks[tegra_clk_max] __initdata = { Not really a big deal, but a lot of these clocks are not audio related. Maybe they should be added when the common infrastructure to deal with them is added? Thanks, Andrew -- To unsubscribe from this list: send th

[PATCH v4 10/15] clk: tegra: move audio clk to common file

2013-10-17 Thread Peter De Schrijver
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 --- drivers/cl