On 03/28/2013 09:05 AM, Peter De Schrijver wrote: > On Tue, Mar 26, 2013 at 04:30:11PM +0100, Stephen Warren wrote: >> 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. >> diff --git a/drivers/clk/tegra/clk-tegra114.c b/drivers/clk/tegra/clk-tegra114.c >> + {pll_a, clk_max, 564480000, 1}, >> + {pll_a_out0, clk_max, 11289600, 1}, >> + {extern1, pll_a_out0, 0, 1}, Yes, those are needed. At present, the audio clock code explicitly disables and enables each of those 3 clocks, and assumes they're enabled when the driver starts. Eventually this should probably be changed, but I'd like to get all 3 chips operational with the CCF first, and then change the audio driver later. -- 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