projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b8439b
)
designware_i2c.h: Fixed the correct values for SCL low/high time
author
Armando Visconti
<armando.visconti@st.com>
Thu, 6 Dec 2012 00:04:18 +0000
(
00:04
+0000)
committer
Tom Rini
<trini@ti.com>
Tue, 11 Dec 2012 20:17:32 +0000
(13:17 -0700)
Signed-off-by: Armando Visconti <armando.visconti@st.com>
drivers/i2c/designware_i2c.h
patch
|
blob
|
history
diff --git
a/drivers/i2c/designware_i2c.h
b/drivers/i2c/designware_i2c.h
index e004152ac34b200b69faeb4fbb2f48c718c6f9b0..0dc8884edaf1d159f7cdc00b5dd73f3d7ccd6384 100644
(file)
--- a/
drivers/i2c/designware_i2c.h
+++ b/
drivers/i2c/designware_i2c.h
@@
-65,9
+65,9
@@
struct i2c_regs {
/* High and low times in different speed modes (in ns) */
#define MIN_SS_SCL_HIGHTIME 4000
-#define MIN_SS_SCL_LOWTIME
50
00
-#define MIN_FS_SCL_HIGHTIME
8
00
-#define MIN_FS_SCL_LOWTIME 1
7
00
+#define MIN_SS_SCL_LOWTIME
47
00
+#define MIN_FS_SCL_HIGHTIME
6
00
+#define MIN_FS_SCL_LOWTIME 1
3
00
#define MIN_HS_SCL_HIGHTIME 60
#define MIN_HS_SCL_LOWTIME 160