projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98a55bb
)
[ARM] tegra2_clocks: remove incorrectly-defined frequencies
author
Iliyan Malchev
<malchev@google.com>
Mon, 29 Nov 2010 21:38:19 +0000
(13:38 -0800)
committer
Iliyan Malchev
<malchev@google.com>
Wed, 1 Dec 2010 00:34:42 +0000
(16:34 -0800)
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>
arch/arm/mach-tegra/tegra2_clocks.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/tegra2_clocks.c
b/arch/arm/mach-tegra/tegra2_clocks.c
index de760974f3ada71a6f226749c8aa2bfabf9e20b6..c6fca17a28be4407fa63353f4c18c5af75d32192 100644
(file)
--- 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 },
};