File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,8 @@ enum {
34
34
P_SLEEP_CLK ,
35
35
};
36
36
37
- static const struct pll_vco trion_vco [] = {
38
- { 249600000 , 2000000000 , 0 },
39
- };
40
-
41
37
static struct clk_alpha_pll gpll0 = {
42
38
.offset = 0x0 ,
43
- .vco_table = trion_vco ,
44
- .num_vco = ARRAY_SIZE (trion_vco ),
45
39
.regs = clk_alpha_pll_regs [CLK_ALPHA_PLL_TYPE_TRION ],
46
40
.clkr = {
47
41
.enable_reg = 0x52000 ,
@@ -85,8 +79,6 @@ static struct clk_alpha_pll_postdiv gpll0_out_even = {
85
79
86
80
static struct clk_alpha_pll gpll7 = {
87
81
.offset = 0x1a000 ,
88
- .vco_table = trion_vco ,
89
- .num_vco = ARRAY_SIZE (trion_vco ),
90
82
.regs = clk_alpha_pll_regs [CLK_ALPHA_PLL_TYPE_TRION ],
91
83
.clkr = {
92
84
.enable_reg = 0x52000 ,
@@ -105,8 +97,6 @@ static struct clk_alpha_pll gpll7 = {
105
97
106
98
static struct clk_alpha_pll gpll9 = {
107
99
.offset = 0x1c000 ,
108
- .vco_table = trion_vco ,
109
- .num_vco = ARRAY_SIZE (trion_vco ),
110
100
.regs = clk_alpha_pll_regs [CLK_ALPHA_PLL_TYPE_TRION ],
111
101
.clkr = {
112
102
.enable_reg = 0x52000 ,
You can’t perform that action at this time.
0 commit comments