[ARM] tegra: stingray: configure audio-related clocks
authorIliyan Malchev <malchev@google.com>
Mon, 28 Jun 2010 22:29:40 +0000 (15:29 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:28 +0000 (16:33 -0700)
arch/arm/mach-tegra/board-stingray.c

index c51acf75f2989f003b6e7237c0741e29cb44da12..c241704fb0762622e39614db5043f0af051b0380 100644 (file)
@@ -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},
 };