aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/imx/clk.h
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2019-12-11 11:25:48 +0200
committerShawn Guo <shawnguo@kernel.org>2019-12-11 19:19:57 +0800
commit40ad61d6b4e6c6c54ff57bcdf36029913ad1dd14 (patch)
tree7728f679a1160790de3ba01d1e4cafbb0027a422 /drivers/clk/imx/clk.h
parentclk: imx: Rename the imx_clk_pllv4 to imply it's clk_hw based (diff)
downloadwireguard-linux-40ad61d6b4e6c6c54ff57bcdf36029913ad1dd14.tar.xz
wireguard-linux-40ad61d6b4e6c6c54ff57bcdf36029913ad1dd14.zip
clk: imx: Rename the imx_clk_pfdv2 to imply it's clk_hw based
Renaming the imx_clk_pfdv2 register function to imx_clk_hw_pfdv2 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/imx/clk.h b/drivers/clk/imx/clk.h
index ee71aa9ee76d..c7285dbc6f53 100644
--- a/drivers/clk/imx/clk.h
+++ b/drivers/clk/imx/clk.h
@@ -200,7 +200,7 @@ struct clk_hw *imx_clk_hw_gate_exclusive(const char *name, const char *parent,
struct clk_hw *imx_clk_hw_pfd(const char *name, const char *parent_name,
void __iomem *reg, u8 idx);
-struct clk_hw *imx_clk_pfdv2(const char *name, const char *parent_name,
+struct clk_hw *imx_clk_hw_pfdv2(const char *name, const char *parent_name,
void __iomem *reg, u8 idx);
struct clk_hw *imx_clk_hw_busy_divider(const char *name, const char *parent_name,