Skip to content
Snippets Groups Projects
Commit d83152d8 authored by Tom Warren's avatar Tom Warren
Browse files

Tegra: T20: Remove unused 'SLOW' SoC ID and PLLX table entry


Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent 36068ae7
No related branches found
No related tags found
No related merge requests found
...@@ -75,13 +75,6 @@ struct clk_pll_table tegra_pll_x_table[TEGRA_SOC_CNT][CLOCK_OSC_FREQ_COUNT] = { ...@@ -75,13 +75,6 @@ struct clk_pll_table tegra_pll_x_table[TEGRA_SOC_CNT][CLOCK_OSC_FREQ_COUNT] = {
{ 700, 6, 0, 8}, { 700, 6, 0, 8},
{ 700, 13, 0, 8}, { 700, 13, 0, 8},
}, },
/* TEGRA_SOC2_SLOW: 312 MHz */
{{ 312, 13, 0, 12}, /* OSC 13M */
{ 260, 16, 0, 8}, /* OSC 19.2M */
{ 312, 12, 0, 12}, /* OSC 12M */
{ 312, 26, 0, 12}, /* OSC 26M */
},
}; };
void adjust_pllp_out_freqs(void) void adjust_pllp_out_freqs(void)
......
...@@ -85,7 +85,6 @@ enum { ...@@ -85,7 +85,6 @@ enum {
TEGRA_SOC_T20, TEGRA_SOC_T20,
TEGRA_SOC_T25, TEGRA_SOC_T25,
TEGRA_SOC_T30, TEGRA_SOC_T30,
TEGRA_SOC2_SLOW, /* T2x needs to run at slow clock initially */
TEGRA_SOC_CNT, TEGRA_SOC_CNT,
TEGRA_SOC_UNKNOWN = -1, TEGRA_SOC_UNKNOWN = -1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment