Skip to content

Commit 9a1d6b2

Browse files
committed
Merge branches 'clk-fixed-rate-remove' and 'clk-qcom-cleanup' into clk-next
* clk-fixed-rate-remove: clk: fixed-rate: fix of_node_get-put imbalance * clk-qcom-cleanup: clk: qcom: Remove unused arrays in SDM845 GCC
3 parents 1578968 + 52091c2 + 82a4de6 commit 9a1d6b2

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

drivers/clk/clk-fixed-rate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ static int of_fixed_clk_remove(struct platform_device *pdev)
200200
{
201201
struct clk *clk = platform_get_drvdata(pdev);
202202

203+
of_clk_del_provider(pdev->dev.of_node);
203204
clk_unregister_fixed_rate(clk);
204205

205206
return 0;

drivers/clk/qcom/gcc-sdm845.c

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,6 @@ static const char * const gcc_parent_names_4[] = {
9999
"core_bi_pll_test_se",
100100
};
101101

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-
118102
static const struct parent_map gcc_parent_map_6[] = {
119103
{ P_BI_TCXO, 0 },
120104
{ P_GPLL0_OUT_MAIN, 1 },

0 commit comments

Comments
 (0)