From: Stephen Warren <swarren@xxxxxxxxxx> This sets up all the audio-related clocks on Tegra114 in the same way as they are set up on previous chips. Signed-off-by: Stephen Warren <swarren@xxxxxxxxxx> --- Peter, do you want to roll this into your CCF series V8, or should I apply it seperately? --- drivers/clk/tegra/clk-tegra114.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/drivers/clk/tegra/clk-tegra114.c b/drivers/clk/tegra/clk-tegra114.c index 81101f1..9aa87b5 100644 --- a/drivers/clk/tegra/clk-tegra114.c +++ b/drivers/clk/tegra/clk-tegra114.c @@ -1979,6 +1979,16 @@ static __initdata struct tegra_clk_init_table init_table[] = { {uartb, pll_p, 408000000, 0}, {uartc, pll_p, 408000000, 0}, {uartd, pll_p, 408000000, 0}, + {pll_a, clk_max, 564480000, 1}, + {pll_a_out0, clk_max, 11289600, 1}, + {extern1, pll_a_out0, 0, 1}, + {clk_out_1_mux, extern1, 0, 0}, + {clk_out_1, clk_max, 0, 1}, + {i2s0, pll_a_out0, 11289600, 0}, + {i2s1, pll_a_out0, 11289600, 0}, + {i2s2, pll_a_out0, 11289600, 0}, + {i2s3, pll_a_out0, 11289600, 0}, + {i2s4, pll_a_out0, 11289600, 0}, {clk_max, clk_max, 0, 0}, /* This MUST be the last entry. */ }; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html