diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2019-12-11 10:25:47 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-11 12:19:54 +0100 |
commit | 74e6395191665d5148ab0746e6a2a2b08675bb3a (patch) | |
tree | 0461fd18f59773bac992543c5738a25e2b7a7f9e /drivers/clk/imx/clk.h | |
parent | clk: imx: Rename sccg and frac pll register to suggest clk_hw (diff) | |
download | linux-74e6395191665d5148ab0746e6a2a2b08675bb3a.tar.xz linux-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.h')
-rw-r--r-- | drivers/clk/imx/clk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/imx/clk.h b/drivers/clk/imx/clk.h index 23c73a238bec..ee71aa9ee76d 100644 --- a/drivers/clk/imx/clk.h +++ b/drivers/clk/imx/clk.h @@ -176,7 +176,7 @@ struct clk_hw *imx_clk_hw_pllv3(enum imx_pllv3_type type, const char *name, .kdiv = (_k), \ } -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_hw *clk_hw_register_gate2(struct device *dev, const char *name, |