All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP4: clock: fix mult and div mask for USB_DPLL
@ 2012-01-18 23:39 Ameya Palande
  2012-01-20 19:52 ` Palande, Ameya
  2012-01-24  9:53 ` Cousson, Benoit
  0 siblings, 2 replies; 14+ messages in thread
From: Ameya Palande @ 2012-01-18 23:39 UTC (permalink / raw)
  To: linux-omap; +Cc: paul, ameya.palande

Signed-off-by: Ameya Palande <ameya.palande@ti.com>
---
 arch/arm/mach-omap2/clock44xx_data.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c
index 08e86d7..053cc15 100644
--- a/arch/arm/mach-omap2/clock44xx_data.c
+++ b/arch/arm/mach-omap2/clock44xx_data.c
@@ -953,8 +953,8 @@ static struct dpll_data dpll_usb_dd = {
 	.modes		= (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED),
 	.autoidle_reg	= OMAP4430_CM_AUTOIDLE_DPLL_USB,
 	.idlest_reg	= OMAP4430_CM_IDLEST_DPLL_USB,
-	.mult_mask	= OMAP4430_DPLL_MULT_MASK,
-	.div1_mask	= OMAP4430_DPLL_DIV_MASK,
+	.mult_mask	= OMAP4430_DPLL_MULT_USB_MASK,
+	.div1_mask	= OMAP4430_DPLL_DIV_0_7_MASK,
 	.enable_mask	= OMAP4430_DPLL_EN_MASK,
 	.autoidle_mask	= OMAP4430_AUTO_DPLL_MODE_MASK,
 	.idlest_mask	= OMAP4430_ST_DPLL_CLK_MASK,
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-01-25 22:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 23:39 [PATCH] ARM: OMAP4: clock: fix mult and div mask for USB_DPLL Ameya Palande
2012-01-20 19:52 ` Palande, Ameya
2012-01-23 23:34   ` Kevin Hilman
2012-01-24  9:53 ` Cousson, Benoit
2012-01-25  1:35   ` Ameya Palande
2012-01-25  1:35     ` Ameya Palande
2012-01-25 19:04     ` Paul Walmsley
2012-01-25 19:04       ` Paul Walmsley
2012-01-25 19:05     ` Paul Walmsley
2012-01-25 19:05       ` Paul Walmsley
2012-01-25 19:46       ` Cousson, Benoit
2012-01-25 19:46         ` Cousson, Benoit
2012-01-25 18:10   ` Turquette, Mike
2012-01-25 22:45     ` Palande, Ameya

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.