mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
OMAP3 clock: add support for setting the divider for sys_clkout2 using clk_set_rate
Add clock framework support for changing the rate of sys_clkout2. Signed-off-by: Laine Walker-Avina <lwalkera@ieee.org> [paul@pwsan.com: added commit message, added .round_rate pointer] Signed-off-by: Paul Walmsley <paul@pwsan.com>
This commit is contained in:
parent
d3353e1654
commit
71ee297a9b
1 changed files with 2 additions and 0 deletions
|
@ -1033,6 +1033,8 @@ static struct clk sys_clkout2 = {
|
|||
.clksel_mask = OMAP3430_CLKOUT2_DIV_MASK,
|
||||
.clksel = sys_clkout2_clksel,
|
||||
.recalc = &omap2_clksel_recalc,
|
||||
.round_rate = &omap2_clksel_round_rate,
|
||||
.set_rate = &omap2_clksel_set_rate
|
||||
};
|
||||
|
||||
/* CM OUTPUT CLOCKS */
|
||||
|
|
Loading…
Reference in a new issue