]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx6: set I2C speed to 400kHz
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 4 Nov 2013 08:57:45 +0000 (09:57 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 4 Nov 2013 08:57:45 +0000 (09:57 +0100)
include/configs/tx6.h

index 554c0c9df6ea35092159942fc8ee594803519cd3..bd67709d062e3f3278e6c8b607c1e0ec5f8cb701 100644 (file)
 #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