diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2019-12-11 10:25:45 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-11 12:19:48 +0100 |
commit | 7c3f951a9717b37071963320f40df22dcb3de8b7 (patch) | |
tree | 20f32800b3d6dd15d54f33015a7267297352da6f /drivers/clk/imx/clk-composite-7ulp.c | |
parent | clk: imx: pllv2: Switch to clk_hw based API (diff) | |
download | linux-7c3f951a9717b37071963320f40df22dcb3de8b7.tar.xz linux-7c3f951a9717b37071963320f40df22dcb3de8b7.zip |
clk: imx: imx7ulp composite: Rename to show is clk_hw based
Renaming the imx7ulp_clk_composite register function to
imx7ulp_clk_hw_composite to show 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-composite-7ulp.c')
-rw-r--r-- | drivers/clk/imx/clk-composite-7ulp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/imx/clk-composite-7ulp.c b/drivers/clk/imx/clk-composite-7ulp.c index 060f8600ea0d..b9efcc8a855d 100644 --- a/drivers/clk/imx/clk-composite-7ulp.c +++ b/drivers/clk/imx/clk-composite-7ulp.c @@ -21,7 +21,7 @@ #define PCG_PCD_WIDTH 3 #define PCG_PCD_MASK 0x7 -struct clk_hw *imx7ulp_clk_composite(const char *name, +struct clk_hw *imx7ulp_clk_hw_composite(const char *name, const char * const *parent_names, int num_parents, bool mux_present, bool rate_present, bool gate_present, |