From fce57c09a437897ade70849130b8469dbaaa7c2d Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Mon, 29 Nov 2010 13:38:19 -0800 Subject: [PATCH] [ARM] tegra2_clocks: remove incorrectly-defined frequencies Definitions for 11.2896MHz and 12.288MHz were incorrect. These frequencies can be still requested through pll_a_out0. Signed-off-by: Iliyan Malchev --- arch/arm/mach-tegra/tegra2_clocks.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-tegra/tegra2_clocks.c b/arch/arm/mach-tegra/tegra2_clocks.c index de760974f3ad..c6fca17a28be 100644 --- a/arch/arm/mach-tegra/tegra2_clocks.c +++ b/arch/arm/mach-tegra/tegra2_clocks.c @@ -1400,8 +1400,6 @@ static struct clk tegra_pll_p_out4 = { static struct clk_pll_freq_table tegra_pll_a_freq_table[] = { { 28800000, 56448000, 49, 25, 1, 1}, { 28800000, 73728000, 64, 25, 1, 1}, - { 28800000, 11289600, 49, 25, 1, 1}, - { 28800000, 12288000, 64, 25, 1, 1}, { 28800000, 24000000, 5, 6, 1, 1}, { 0, 0, 0, 0, 0, 0 }, }; -- 2.34.1