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:
parent
f396ad5a6c
commit
3ad5a9b97f
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue