diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2019-12-11 11:25:47 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-11 19:19:54 +0800 |
commit | 74e6395191665d5148ab0746e6a2a2b08675bb3a (patch) | |
tree | 0461fd18f59773bac992543c5738a25e2b7a7f9e /drivers/clk/imx/clk-pllv4.c | |
parent | 179c1f7c7a4fb52c399685096947487c8d7b5efe (diff) | |
download | linux-stable-74e6395191665d5148ab0746e6a2a2b08675bb3a.tar.gz linux-stable-74e6395191665d5148ab0746e6a2a2b08675bb3a.tar.bz2 linux-stable-74e6395191665d5148ab0746e6a2a2b08675bb3a.zip |
clk: imx: Rename the imx_clk_pllv4 to imply it's clk_hw based
Renaming the imx_clk_pllv4 register function to imx_clk_hw_pllv4 to be
more obvious it is clk_hw based.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/clk/imx/clk-pllv4.c')
-rw-r--r-- | drivers/clk/imx/clk-pllv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/imx/clk-pllv4.c b/drivers/clk/imx/clk-pllv4.c index 8155b12cf0e1..f51a800c268c 100644 --- a/drivers/clk/imx/clk-pllv4.c +++ b/drivers/clk/imx/clk-pllv4.c @@ -206,7 +206,7 @@ static const struct clk_ops clk_pllv4_ops = { .is_enabled = clk_pllv4_is_enabled, }; -struct clk_hw *imx_clk_pllv4(const char *name, const char *parent_name, +struct clk_hw *imx_clk_hw_pllv4(const char *name, const char *parent_name, void __iomem *base) { struct clk_pllv4 *pll; |