public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] OMAP: I2C: Use correct bit for CLOCKACTIVITY
@ 2009-03-05  6:27 ext-eero.nurkkala
  2009-03-05  8:42 ` Paul Walmsley
  0 siblings, 1 reply; 11+ messages in thread
From: ext-eero.nurkkala @ 2009-03-05  6:27 UTC (permalink / raw)
  To: linux-omap; +Cc: Eero Nurkkala

From: Eero Nurkkala <ext-eero.nurkkala@nokia.com>

It is the bit 8 that is for FCLK. All other blocks in
OMAPs use the bit 8 for denying FCLK idling.

This is an RFC, I'd like some discussion. Somebody
double-check this?

Signed-off-by: Eero Nurkkala <ext-eero.nurkkala@nokia.com>
---
 drivers/i2c/busses/i2c-omap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c
index 0258b55..11057eb 100644
--- a/drivers/i2c/busses/i2c-omap.c
+++ b/drivers/i2c/busses/i2c-omap.c
@@ -157,7 +157,7 @@
 #define SYSC_AUTOIDLE_MASK		(1 << 0)
 
 #define SYSC_IDLEMODE_SMART		0x2
-#define SYSC_CLOCKACTIVITY_FCLK		0x2
+#define SYSC_CLOCKACTIVITY_FCLK		0x1
 
 
 struct omap_i2c_dev {
-- 
1.5.2


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

end of thread, other threads:[~2009-03-11  5:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-05  6:27 [RFC] OMAP: I2C: Use correct bit for CLOCKACTIVITY ext-eero.nurkkala
2009-03-05  8:42 ` Paul Walmsley
2009-03-05  8:46   ` Eero Nurkkala
2009-03-05  8:54     ` Eero Nurkkala
2009-03-11  3:55       ` Woodruff, Richard
2009-03-11  5:51         ` Eero Nurkkala
2009-03-05 12:29     ` Menon, Nishanth
2009-03-05 12:32       ` Eero Nurkkala
2009-03-05 12:54         ` Menon, Nishanth
2009-03-06 13:41           ` Eero Nurkkala
2009-03-06 13:51             ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox