From 9a191c53e6a879448cac763dc69a29906fe84fbc Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Sat, 22 Jun 2013 19:42:15 -0700 Subject: [PATCH] pit: update I2C4 speed constant BUG=none BRANCH=none TEST=tested on pit Change-Id: I61896f70f41eec12a1499307f695fa69f3d42d88 Reviewed-on: https://gerrit.chromium.org/gerrit/59692 Reviewed-by: Gabe Black Commit-Queue: David Hendricks Tested-by: David Hendricks --- src/mainboard/google/pit/exynos5420.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */