mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
[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 <malchev@google.com>
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user