From: Iliyan Malchev Date: Mon, 28 Jun 2010 22:29:40 +0000 (-0700) Subject: [ARM] tegra: stingray: configure audio-related clocks X-Git-Tag: firefly_0821_release~9834^2~736 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4cdeb0c2b83b841d8a23296748fbb644cf63f990;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: stingray: configure audio-related clocks --- diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index c51acf75f298..c241704fb076 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -475,6 +475,12 @@ static __initdata struct tegra_clk_init_table stingray_clk_init_table[] = { { "3d", "pll_m", 300000000, true}, { "epp", "pll_m", 100000000, true}, { "vi", "pll_m", 100000000, true}, + { "pll_a", NULL, 24000000, false}, + { "pll_a_out0", NULL, 24000000, false}, + { "i2s1", "pll_a_out0", 24000000, false}, + { "i2s2", "pll_a_out0", 24000000, false}, + { "audio", "pll_a_out0", 24000000, false}, + { "audio_2x", "audio", 48000000, false}, { NULL, NULL, 0, 0}, };