diff options
author | Richard Woodruff <r-woodruff2@ti.com> | 2010-02-23 00:09:08 -0500 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-02-24 14:15:02 -0500 |
commit | 358965d7bab9c70c11b64931da02667b161cb03a (patch) | |
tree | 884a13c783f9ba43cc5fe063c5fbeecde7804f58 /arch/arm/mach-omap2/clock44xx_data.c | |
parent | 91808a81fe7cc8a786b575ebc2d102c59d83c1a7 (diff) |
OMAP3 clock: introduce DPLL4 Jtype
DPLL4 for 3630 introduces a changed block called j type dpll, requiring
special divisor bits and additional reg fields. To allow for silicons to
use this, this is introduced as a flag and is enabled for 3630 silicon.
OMAP4 also has j type dpll for usb.
Tested with 3630 ZOOM3 and OMAP3430 ZOOM2
Signed-off-by: Richard Woodruff <r-woodruff2@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Vishwanath BS <Vishwanath.bs@ti.com>
[paul@pwsan.com: added some comments; updated copyrights and credits; fixed
some style issues]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock44xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/clock44xx_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index 86af31d80a34..8d8b57340950 100644 --- a/arch/arm/mach-omap2/clock44xx_data.c +++ b/arch/arm/mach-omap2/clock44xx_data.c | |||
@@ -980,6 +980,7 @@ static struct dpll_data dpll_usb_dd = { | |||
980 | .max_multiplier = OMAP4430_MAX_DPLL_MULT, | 980 | .max_multiplier = OMAP4430_MAX_DPLL_MULT, |
981 | .max_divider = OMAP4430_MAX_DPLL_DIV, | 981 | .max_divider = OMAP4430_MAX_DPLL_DIV, |
982 | .min_divider = 1, | 982 | .min_divider = 1, |
983 | .flags = DPLL_J_TYPE | DPLL_NO_DCO_SEL | ||
983 | }; | 984 | }; |
984 | 985 | ||
985 | 986 | ||