From 252386040d2f649e6f46397d4856d9a7bea709c0 Mon Sep 17 00:00:00 2001 From: Alex Frid Date: Thu, 29 Sep 2011 14:47:28 -0700 Subject: ARM: tegra: clock: Do not use PLLC for Tegra3 audio Since PLLC is scaled with graphics c-bus clocks, Tegra3 audio clocks can not use it - remove PLLC option from audio clock mux. Change-Id: Ie5b727e4534962b846bd049ca02dc679607fe6fa Reviewed-on: http://git-master/r/55294 Reviewed-by: Varun Colbert Tested-by: Varun Colbert --- arch/arm/mach-tegra/tegra3_clocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm') diff --git a/arch/arm/mach-tegra/tegra3_clocks.c b/arch/arm/mach-tegra/tegra3_clocks.c index 5a6e2de4ac2d..6caf799aefe7 100644 --- a/arch/arm/mach-tegra/tegra3_clocks.c +++ b/arch/arm/mach-tegra/tegra3_clocks.c @@ -3718,7 +3718,7 @@ static struct clk_mux_sel mux_pllp_pllm_plld_plla_pllc_plld2_clkm[] = { static struct clk_mux_sel mux_plla_pllc_pllp_clkm[] = { { .input = &tegra_pll_a_out0, .value = 0}, - { .input = &tegra_pll_c, .value = 1}, + /* { .input = &tegra_pll_c, .value = 1}, no use on tegra3 */ { .input = &tegra_pll_p, .value = 2}, { .input = &tegra_clk_m, .value = 3}, { 0, 0}, -- cgit v1.2.3