ARM: OMAP4: clock data: fix mult and div mask for USB_DPLL
authorAmeya Palande <ameya.palande@ti.com>
Mon, 12 Mar 2012 09:24:44 +0000 (03:24 -0600)
committerPaul Walmsley <paul@pwsan.com>
Mon, 12 Mar 2012 09:24:44 +0000 (03:24 -0600)
According to OMAP4 TRM Table 3-1183, CM_CLKSEL_DPLL_USB register defines
following fields for multiplication and division factors:

DPLL_MULT (bits 19:8) DPLL multiplier factor (2 to 4095)
DPLL_DIV (bits 7:0) DPLL divider factor (0 to 255)

Acked-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Ameya Palande <ameya.palande@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>

No differences found