We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2427b commit 2766c19Copy full SHA for 2766c19
drivers/clk/mmp/clk-of-mmp2.c
@@ -139,7 +139,7 @@ static struct mmp_clk_factor_tbl uart_factor_tbl[] = {
139
{.num = 3521, .den = 689}, /*19.23MHZ */
140
};
141
142
-static void mmp2_pll_init(struct mmp2_clk_unit *pxa_unit)
+static void mmp2_main_clk_init(struct mmp2_clk_unit *pxa_unit)
143
{
144
struct clk *clk;
145
struct mmp_clk_unit *unit = &pxa_unit->unit;
@@ -456,7 +456,7 @@ static void __init mmp2_clk_init(struct device_node *np)
456
457
mmp_clk_init(np, &pxa_unit->unit, MMP2_NR_CLKS);
458
459
- mmp2_pll_init(pxa_unit);
+ mmp2_main_clk_init(pxa_unit);
460
461
mmp2_apb_periph_clk_init(pxa_unit);
462
0 commit comments