diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-06-22 19:42:15 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 23:12:44 +0200 |
commit | 3ad5a9b97f2d66764880e0cf01b1833d39ddd5ce (patch) | |
tree | baccfcefbd74baf1769ff1920c096ec357c75b48 /src/mainboard | |
parent | f396ad5a6c5dec6c84343005a38c0931e7281e69 (diff) | |
download | coreboot-3ad5a9b97f2d66764880e0cf01b1833d39ddd5ce.tar.xz |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/pit/exynos5420.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/pit/exynos5420.h b/src/mainboard/google/pit/exynos5420.h index 562d9bce66..21b704ceaa 100644 --- a/src/mainboard/google/pit/exynos5420.h +++ b/src/mainboard/google/pit/exynos5420.h @@ -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 */ |