Skip to content

Commit 2766c19

Browse files
lkundrakbebarino
authored andcommitted
clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init()
This is a trivial rename for a routine that registers more clock sources than the PLLs -- there's also a XO. Signed-off-by: Lubomir Rintel <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 8c2427b commit 2766c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/clk/mmp/clk-of-mmp2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ static struct mmp_clk_factor_tbl uart_factor_tbl[] = {
139139
{.num = 3521, .den = 689}, /*19.23MHZ */
140140
};
141141

142-
static void mmp2_pll_init(struct mmp2_clk_unit *pxa_unit)
142+
static void mmp2_main_clk_init(struct mmp2_clk_unit *pxa_unit)
143143
{
144144
struct clk *clk;
145145
struct mmp_clk_unit *unit = &pxa_unit->unit;
@@ -456,7 +456,7 @@ static void __init mmp2_clk_init(struct device_node *np)
456456

457457
mmp_clk_init(np, &pxa_unit->unit, MMP2_NR_CLKS);
458458

459-
mmp2_pll_init(pxa_unit);
459+
mmp2_main_clk_init(pxa_unit);
460460

461461
mmp2_apb_periph_clk_init(pxa_unit);
462462

0 commit comments

Comments
 (0)