[coreboot-gerrit] Patch set updated for coreboot: e35b61e pit: update I2C4 speed constant

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Tue Jul 9 22:42:35 CEST 2013


Gabe Black (gabeblack at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3705

-gerrit

commit e35b61e277c3f07665f37236be96c1a369e3717f
Author: David Hendricks <dhendrix at chromium.org>
Date:   Sat Jun 22 19:42:15 2013 -0700

    pit: update I2C4 speed constant
    
    Change-Id: I4feabc448945c4664d3114c0c8afdad48338230a
    Signed-off-by: David Hendricks <dhendrix at chromium.org>
    Signed-off-by: Gabe Black <gabeblack at chromium.org>
---
 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 562d9bc..21b704c 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 */



More information about the coreboot-gerrit mailing list