File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ static int of_fixed_clk_remove(struct platform_device *pdev)
200
200
{
201
201
struct clk * clk = platform_get_drvdata (pdev );
202
202
203
+ of_clk_del_provider (pdev -> dev .of_node );
203
204
clk_unregister_fixed_rate (clk );
204
205
205
206
return 0 ;
Original file line number Diff line number Diff line change @@ -99,22 +99,6 @@ static const char * const gcc_parent_names_4[] = {
99
99
"core_bi_pll_test_se" ,
100
100
};
101
101
102
- static const struct parent_map gcc_parent_map_5 [] = {
103
- { P_BI_TCXO , 0 },
104
- { P_GPLL0_OUT_MAIN , 1 },
105
- { P_GPLL4_OUT_MAIN , 5 },
106
- { P_GPLL0_OUT_EVEN , 6 },
107
- { P_CORE_BI_PLL_TEST_SE , 7 },
108
- };
109
-
110
- static const char * const gcc_parent_names_5 [] = {
111
- "bi_tcxo" ,
112
- "gpll0" ,
113
- "gpll4" ,
114
- "gpll0_out_even" ,
115
- "core_bi_pll_test_se" ,
116
- };
117
-
118
102
static const struct parent_map gcc_parent_map_6 [] = {
119
103
{ P_BI_TCXO , 0 },
120
104
{ P_GPLL0_OUT_MAIN , 1 },
You can’t perform that action at this time.
0 commit comments