Skip to content

Commit d63e1c7

Browse files
lumagbebarino
authored andcommitted
clk: qcom: gcc-sdm845: get rid of the test clock
The test clock isn't in the bindings and apparently it's not used by anyone upstream. Remove it. Suggested-by: Stephen Boyd <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent ea434d7 commit d63e1c7

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

drivers/clk/qcom/gcc-sdm845.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
enum {
2929
P_BI_TCXO,
3030
P_AUD_REF_CLK,
31-
P_CORE_BI_PLL_TEST_SE,
3231
P_GPLL0_OUT_EVEN,
3332
P_GPLL0_OUT_MAIN,
3433
P_GPLL4_OUT_MAIN,
@@ -98,80 +97,68 @@ static const struct parent_map gcc_parent_map_0[] = {
9897
{ P_BI_TCXO, 0 },
9998
{ P_GPLL0_OUT_MAIN, 1 },
10099
{ P_GPLL0_OUT_EVEN, 6 },
101-
{ P_CORE_BI_PLL_TEST_SE, 7 },
102100
};
103101

104102
static const struct clk_parent_data gcc_parent_data_0[] = {
105103
{ .fw_name = "bi_tcxo", .name = "bi_tcxo" },
106104
{ .hw = &gpll0.clkr.hw },
107105
{ .hw = &gpll0_out_even.clkr.hw },
108-
{ .fw_name = "core_bi_pll_test_se", .name = "core_bi_pll_test_se" },
109106
};
110107

111108
static const struct parent_map gcc_parent_map_1[] = {
112109
{ P_BI_TCXO, 0 },
113110
{ P_GPLL0_OUT_MAIN, 1 },
114111
{ P_SLEEP_CLK, 5 },
115112
{ P_GPLL0_OUT_EVEN, 6 },
116-
{ P_CORE_BI_PLL_TEST_SE, 7 },
117113
};
118114

119115
static const struct clk_parent_data gcc_parent_data_1[] = {
120116
{ .fw_name = "bi_tcxo", .name = "bi_tcxo" },
121117
{ .hw = &gpll0.clkr.hw },
122118
{ .fw_name = "sleep_clk", .name = "core_pi_sleep_clk" },
123119
{ .hw = &gpll0_out_even.clkr.hw },
124-
{ .fw_name = "core_bi_pll_test_se", .name = "core_bi_pll_test_se" },
125120
};
126121

127122
static const struct parent_map gcc_parent_map_2[] = {
128123
{ P_BI_TCXO, 0 },
129124
{ P_SLEEP_CLK, 5 },
130-
{ P_CORE_BI_PLL_TEST_SE, 7 },
131125
};
132126

133127
static const struct clk_parent_data gcc_parent_data_2[] = {
134128
{ .fw_name = "bi_tcxo", .name = "bi_tcxo" },
135129
{ .fw_name = "sleep_clk", .name = "core_pi_sleep_clk" },
136-
{ .fw_name = "core_bi_pll_test_se", .name = "core_bi_pll_test_se" },
137130
};
138131

139132
static const struct parent_map gcc_parent_map_3[] = {
140133
{ P_BI_TCXO, 0 },
141134
{ P_GPLL0_OUT_MAIN, 1 },
142-
{ P_CORE_BI_PLL_TEST_SE, 7 },
143135
};
144136

145137
static const struct clk_parent_data gcc_parent_data_3[] = {
146138
{ .fw_name = "bi_tcxo", .name = "bi_tcxo" },
147139
{ .hw = &gpll0.clkr.hw },
148-
{ .fw_name = "core_bi_pll_test_se", .name = "core_bi_pll_test_se" },
149140
};
150141

151142
static const struct parent_map gcc_parent_map_4[] = {
152143
{ P_BI_TCXO, 0 },
153-
{ P_CORE_BI_PLL_TEST_SE, 7 },
154144
};
155145

156146
static const struct clk_parent_data gcc_parent_data_4[] = {
157147
{ .fw_name = "bi_tcxo", .name = "bi_tcxo" },
158-
{ .fw_name = "core_bi_pll_test_se", .name = "core_bi_pll_test_se" },
159148
};
160149

161150
static const struct parent_map gcc_parent_map_6[] = {
162151
{ P_BI_TCXO, 0 },
163152
{ P_GPLL0_OUT_MAIN, 1 },
164153
{ P_AUD_REF_CLK, 2 },
165154
{ P_GPLL0_OUT_EVEN, 6 },
166-
{ P_CORE_BI_PLL_TEST_SE, 7 },
167155
};
168156

169157
static const struct clk_parent_data gcc_parent_data_6[] = {
170158
{ .fw_name = "bi_tcxo", .name = "bi_tcxo" },
171159
{ .hw = &gpll0.clkr.hw },
172160
{ .fw_name = "aud_ref_clk", .name = "aud_ref_clk" },
173161
{ .hw = &gpll0_out_even.clkr.hw },
174-
{ .fw_name = "core_bi_pll_test_se", .name = "core_bi_pll_test_se" },
175162
};
176163

177164
static const struct clk_parent_data gcc_parent_data_7_ao[] = {
@@ -198,15 +185,13 @@ static const struct parent_map gcc_parent_map_10[] = {
198185
{ P_GPLL0_OUT_MAIN, 1 },
199186
{ P_GPLL4_OUT_MAIN, 5 },
200187
{ P_GPLL0_OUT_EVEN, 6 },
201-
{ P_CORE_BI_PLL_TEST_SE, 7 },
202188
};
203189

204190
static const struct clk_parent_data gcc_parent_data_10[] = {
205191
{ .fw_name = "bi_tcxo", .name = "bi_tcxo" },
206192
{ .hw = &gpll0.clkr.hw },
207193
{ .hw = &gpll4.clkr.hw },
208194
{ .hw = &gpll0_out_even.clkr.hw },
209-
{ .fw_name = "core_bi_pll_test_se", .name = "core_bi_pll_test_se" },
210195
};
211196

212197

0 commit comments

Comments
 (0)