From e6081d971a90e93b56d95801b092c701f6516ec3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 4 Nov 2013 09:57:45 +0100 Subject: [PATCH] karo: tx6: set I2C speed to 400kHz --- include/configs/tx6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tx6.h b/include/configs/tx6.h index 554c0c9df6..bd67709d06 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -242,7 +242,7 @@ #define CONFIG_I2C_MXC 1 #define CONFIG_SYS_I2C_BASE I2C1_BASE_ADDR #define CONFIG_SYS_I2C_MX6_PORT1 -#define CONFIG_SYS_I2C_SPEED 10000 +#define CONFIG_SYS_I2C_SPEED 400000 #define CONFIG_SYS_I2C_SLAVE 0x3c #define CONFIG_MX6_INTER_LDO_BYPASS 0 #endif -- 2.39.2