summaryrefslogtreecommitdiff
path: root/drivers/clk/imx/clk-pllv4.c
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2019-12-11 12:25:47 +0300
committerShawn Guo <shawnguo@kernel.org>2019-12-11 14:19:54 +0300
commit74e6395191665d5148ab0746e6a2a2b08675bb3a (patch)
tree0461fd18f59773bac992543c5738a25e2b7a7f9e /drivers/clk/imx/clk-pllv4.c
parent179c1f7c7a4fb52c399685096947487c8d7b5efe (diff)
downloadlinux-74e6395191665d5148ab0746e6a2a2b08675bb3a.tar.xz
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.c2
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;