28
28
enum {
29
29
P_BI_TCXO ,
30
30
P_AUD_REF_CLK ,
31
- P_CORE_BI_PLL_TEST_SE ,
32
31
P_GPLL0_OUT_EVEN ,
33
32
P_GPLL0_OUT_MAIN ,
34
33
P_GPLL4_OUT_MAIN ,
@@ -98,80 +97,68 @@ static const struct parent_map gcc_parent_map_0[] = {
98
97
{ P_BI_TCXO , 0 },
99
98
{ P_GPLL0_OUT_MAIN , 1 },
100
99
{ P_GPLL0_OUT_EVEN , 6 },
101
- { P_CORE_BI_PLL_TEST_SE , 7 },
102
100
};
103
101
104
102
static const struct clk_parent_data gcc_parent_data_0 [] = {
105
103
{ .fw_name = "bi_tcxo" , .name = "bi_tcxo" },
106
104
{ .hw = & gpll0 .clkr .hw },
107
105
{ .hw = & gpll0_out_even .clkr .hw },
108
- { .fw_name = "core_bi_pll_test_se" , .name = "core_bi_pll_test_se" },
109
106
};
110
107
111
108
static const struct parent_map gcc_parent_map_1 [] = {
112
109
{ P_BI_TCXO , 0 },
113
110
{ P_GPLL0_OUT_MAIN , 1 },
114
111
{ P_SLEEP_CLK , 5 },
115
112
{ P_GPLL0_OUT_EVEN , 6 },
116
- { P_CORE_BI_PLL_TEST_SE , 7 },
117
113
};
118
114
119
115
static const struct clk_parent_data gcc_parent_data_1 [] = {
120
116
{ .fw_name = "bi_tcxo" , .name = "bi_tcxo" },
121
117
{ .hw = & gpll0 .clkr .hw },
122
118
{ .fw_name = "sleep_clk" , .name = "core_pi_sleep_clk" },
123
119
{ .hw = & gpll0_out_even .clkr .hw },
124
- { .fw_name = "core_bi_pll_test_se" , .name = "core_bi_pll_test_se" },
125
120
};
126
121
127
122
static const struct parent_map gcc_parent_map_2 [] = {
128
123
{ P_BI_TCXO , 0 },
129
124
{ P_SLEEP_CLK , 5 },
130
- { P_CORE_BI_PLL_TEST_SE , 7 },
131
125
};
132
126
133
127
static const struct clk_parent_data gcc_parent_data_2 [] = {
134
128
{ .fw_name = "bi_tcxo" , .name = "bi_tcxo" },
135
129
{ .fw_name = "sleep_clk" , .name = "core_pi_sleep_clk" },
136
- { .fw_name = "core_bi_pll_test_se" , .name = "core_bi_pll_test_se" },
137
130
};
138
131
139
132
static const struct parent_map gcc_parent_map_3 [] = {
140
133
{ P_BI_TCXO , 0 },
141
134
{ P_GPLL0_OUT_MAIN , 1 },
142
- { P_CORE_BI_PLL_TEST_SE , 7 },
143
135
};
144
136
145
137
static const struct clk_parent_data gcc_parent_data_3 [] = {
146
138
{ .fw_name = "bi_tcxo" , .name = "bi_tcxo" },
147
139
{ .hw = & gpll0 .clkr .hw },
148
- { .fw_name = "core_bi_pll_test_se" , .name = "core_bi_pll_test_se" },
149
140
};
150
141
151
142
static const struct parent_map gcc_parent_map_4 [] = {
152
143
{ P_BI_TCXO , 0 },
153
- { P_CORE_BI_PLL_TEST_SE , 7 },
154
144
};
155
145
156
146
static const struct clk_parent_data gcc_parent_data_4 [] = {
157
147
{ .fw_name = "bi_tcxo" , .name = "bi_tcxo" },
158
- { .fw_name = "core_bi_pll_test_se" , .name = "core_bi_pll_test_se" },
159
148
};
160
149
161
150
static const struct parent_map gcc_parent_map_6 [] = {
162
151
{ P_BI_TCXO , 0 },
163
152
{ P_GPLL0_OUT_MAIN , 1 },
164
153
{ P_AUD_REF_CLK , 2 },
165
154
{ P_GPLL0_OUT_EVEN , 6 },
166
- { P_CORE_BI_PLL_TEST_SE , 7 },
167
155
};
168
156
169
157
static const struct clk_parent_data gcc_parent_data_6 [] = {
170
158
{ .fw_name = "bi_tcxo" , .name = "bi_tcxo" },
171
159
{ .hw = & gpll0 .clkr .hw },
172
160
{ .fw_name = "aud_ref_clk" , .name = "aud_ref_clk" },
173
161
{ .hw = & gpll0_out_even .clkr .hw },
174
- { .fw_name = "core_bi_pll_test_se" , .name = "core_bi_pll_test_se" },
175
162
};
176
163
177
164
static const struct clk_parent_data gcc_parent_data_7_ao [] = {
@@ -198,15 +185,13 @@ static const struct parent_map gcc_parent_map_10[] = {
198
185
{ P_GPLL0_OUT_MAIN , 1 },
199
186
{ P_GPLL4_OUT_MAIN , 5 },
200
187
{ P_GPLL0_OUT_EVEN , 6 },
201
- { P_CORE_BI_PLL_TEST_SE , 7 },
202
188
};
203
189
204
190
static const struct clk_parent_data gcc_parent_data_10 [] = {
205
191
{ .fw_name = "bi_tcxo" , .name = "bi_tcxo" },
206
192
{ .hw = & gpll0 .clkr .hw },
207
193
{ .hw = & gpll4 .clkr .hw },
208
194
{ .hw = & gpll0_out_even .clkr .hw },
209
- { .fw_name = "core_bi_pll_test_se" , .name = "core_bi_pll_test_se" },
210
195
};
211
196
212
197
0 commit comments