Re: [PATCH v3 06/13] clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init()

2020-05-27 Thread Stephen Boyd
Quoting Lubomir Rintel (2020-05-19 15:41:44) > 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 > --- Applied to clk-next

[PATCH v3 06/13] clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init()

2020-05-19 Thread Lubomir Rintel
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 --- drivers/clk/mmp/clk-of-mmp2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/mmp/clk-of-mmp2.c b/drivers/clk/mmp/clk