From: Iliyan Malchev Date: Mon, 29 Nov 2010 21:38:19 +0000 (-0800) Subject: [ARM] tegra2_clocks: remove incorrectly-defined frequencies X-Git-Tag: firefly_0821_release~9833^2~99^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fce57c09a437897ade70849130b8469dbaaa7c2d;p=firefly-linux-kernel-4.4.55.git [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 --- 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 }, };