summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2021-04-08 22:13:06 -0400
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-14 16:20:48 +0800
commitf93ce98eb22965f3c404fa7615e970c21248db52 (patch)
treee3026cc903193a8d81ead0c07baa94d05f7ca34a /include
parent598a06dcb47db8101a19d26c0d65572fbe8e71f6 (diff)
downloadu-boot-f93ce98eb22965f3c404fa7615e970c21248db52.tar.gz
u-boot-f93ce98eb22965f3c404fa7615e970c21248db52.tar.xz
u-boot-f93ce98eb22965f3c404fa7615e970c21248db52.zip
clk: k210: Remove k210_register_pll
This simplifies the PLL creation process, since we don't have to pass all the parameters individually. Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/kendryte/pll.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/kendryte/pll.h b/include/kendryte/pll.h
index 55a40b9c97..95b8494f40 100644
--- a/include/kendryte/pll.h
+++ b/include/kendryte/pll.h
@@ -55,8 +55,4 @@ extern const struct clk_ops k210_pll_ops;
struct clk *k210_register_pll_struct(const char *name, const char *parent_name,
struct k210_pll *pll);
-struct clk *k210_register_pll(const char *name, const char *parent_name,
- void __iomem *reg, void __iomem *lock, u8 shift,
- u8 width);
-
#endif /* K210_PLL_H */