projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c2427b
)
clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init()
author
Lubomir Rintel
<lkundrak@v3.sk>
Tue, 19 May 2020 22:41:44 +0000
(
00:41
+0200)
committer
Stephen Boyd
<sboyd@kernel.org>
Thu, 28 May 2020 00:55:12 +0000
(17:55 -0700)
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 <lkundrak@v3.sk>
Link:
https://lkml.kernel.org/r/20200519224151.2074597-7-lkundrak@v3.sk
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mmp/clk-of-mmp2.c
patch
|
blob
|
history
diff --git
a/drivers/clk/mmp/clk-of-mmp2.c
b/drivers/clk/mmp/clk-of-mmp2.c
index
5245741
..
ac88ea9
100644
(file)
--- a/
drivers/clk/mmp/clk-of-mmp2.c
+++ b/
drivers/clk/mmp/clk-of-mmp2.c
@@
-139,7
+139,7
@@
static struct mmp_clk_factor_tbl uart_factor_tbl[] = {
{.num = 3521, .den = 689}, /*19.23MHZ */
};
-static void mmp2_
pll
_init(struct mmp2_clk_unit *pxa_unit)
+static void mmp2_
main_clk
_init(struct mmp2_clk_unit *pxa_unit)
{
struct clk *clk;
struct mmp_clk_unit *unit = &pxa_unit->unit;
@@
-456,7
+456,7
@@
static void __init mmp2_clk_init(struct device_node *np)
mmp_clk_init(np, &pxa_unit->unit, MMP2_NR_CLKS);
- mmp2_
pll
_init(pxa_unit);
+ mmp2_
main_clk
_init(pxa_unit);
mmp2_apb_periph_clk_init(pxa_unit);