diff options
author | Alex Frid <afrid@nvidia.com> | 2011-09-29 14:47:28 -0700 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-10-03 16:50:06 -0700 |
commit | 252386040d2f649e6f46397d4856d9a7bea709c0 (patch) | |
tree | c5e13caed7673f4d1ac8ee2de1c9db0b6a5360f1 /arch/arm | |
parent | 17f7d52511d38e98c7305319818f62c641d42c0e (diff) |
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 <vcolbert@nvidia.com>
Tested-by: Varun Colbert <vcolbert@nvidia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-tegra/tegra3_clocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |