mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
clk: ti: add clkdm_lookup to the exported functions
This will be needed to move some additional clockdomain functionality under clock driver. Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
1ae79c46cf
commit
b6f27b2db2
2 changed files with 3 additions and 0 deletions
|
@ -213,6 +213,7 @@ struct clk_omap_reg {
|
|||
* @clk_writel: pointer to register write function
|
||||
* @clkdm_clk_enable: pointer to clockdomain enable function
|
||||
* @clkdm_clk_disable: pointer to clockdomain disable function
|
||||
* @clkdm_lookup: pointer to clockdomain lookup function
|
||||
* @cm_wait_module_ready: pointer to CM module wait ready function
|
||||
* @cm_split_idlest_reg: pointer to CM module function to split idlest reg
|
||||
*
|
||||
|
@ -228,6 +229,7 @@ struct ti_clk_ll_ops {
|
|||
int (*clkdm_clk_enable)(struct clockdomain *clkdm, struct clk *clk);
|
||||
int (*clkdm_clk_disable)(struct clockdomain *clkdm,
|
||||
struct clk *clk);
|
||||
struct clockdomain * (*clkdm_lookup)(const char *name);
|
||||
int (*cm_wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg,
|
||||
u8 idlest_shift);
|
||||
int (*cm_split_idlest_reg)(void __iomem *idlest_reg, s16 *prcm_inst,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue