@@ -298,10 +298,6 @@ static const struct sunxi_ccu_desc sun6i_rtc_ccu_desc = {
298
298
.hw_clks = & sun6i_rtc_ccu_hw_clks ,
299
299
};
300
300
301
- static const struct clk_parent_data sun50i_h6_osc32k_fanout_parents [] = {
302
- { .hw = & osc32k_clk .common .hw },
303
- };
304
-
305
301
static const struct clk_parent_data sun50i_h616_osc32k_fanout_parents [] = {
306
302
{ .hw = & osc32k_clk .common .hw },
307
303
{ .fw_name = "pll-32k" },
@@ -314,13 +310,6 @@ static const struct clk_parent_data sun50i_r329_osc32k_fanout_parents[] = {
314
310
{ .hw = & osc24M_32k_clk .common .hw }
315
311
};
316
312
317
- static const struct sun6i_rtc_match_data sun50i_h6_rtc_ccu_data = {
318
- .have_ext_osc32k = true,
319
- .have_iosc_calibration = true,
320
- .osc32k_fanout_parents = sun50i_h6_osc32k_fanout_parents ,
321
- .osc32k_fanout_nparents = ARRAY_SIZE (sun50i_h6_osc32k_fanout_parents ),
322
- };
323
-
324
313
static const struct sun6i_rtc_match_data sun50i_h616_rtc_ccu_data = {
325
314
.have_iosc_calibration = true,
326
315
.rtc_32k_single_parent = true,
@@ -335,10 +324,6 @@ static const struct sun6i_rtc_match_data sun50i_r329_rtc_ccu_data = {
335
324
};
336
325
337
326
static const struct of_device_id sun6i_rtc_ccu_match [] = {
338
- {
339
- .compatible = "allwinner,sun50i-h6-rtc" ,
340
- .data = & sun50i_h6_rtc_ccu_data ,
341
- },
342
327
{
343
328
.compatible = "allwinner,sun50i-h616-rtc" ,
344
329
.data = & sun50i_h616_rtc_ccu_data ,
0 commit comments