From: Lothar Waßmann Date: Mon, 4 Nov 2013 08:57:45 +0000 (+0100) Subject: karo: tx6: set I2C speed to 400kHz X-Git-Tag: KARO-TX-2013-11-08~7 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=e6081d971a90e93b56d95801b092c701f6516ec3 karo: tx6: set I2C speed to 400kHz --- 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