pit: update I2C4 speed constant

Change-Id: I4feabc448945c4664d3114c0c8afdad48338230a
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3705
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
David Hendricks 2013-06-22 19:42:15 -07:00 committed by Stefan Reinauer
parent f396ad5a6c
commit 3ad5a9b97f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
/* I2C */
#define I2C_0_SPEED 100000
#define I2C_4_SPEED 100000
#define I2C_4_SPEED 1000000 /* 1MHz */
#define I2C_SLAVE 0
/* Voltages */