]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/mx6qsabreauto.h
imx: Add support for the SabreSD shipped with i.MX6DL
[karo-tx-uboot.git] / include / configs / mx6qsabreauto.h
index 1583c11aab8cd0eb77e531cf1baf2e0267f336b8..a396acf2e69172fe340a7c2cf2eb651ff9e87b52 100644 (file)
 #define CONFIG_MXC_USB_PORTSC  (PORT_PTS_UTMI | PORT_PTS_PTW)
 #define CONFIG_MXC_USB_FLAGS   0
 
-#include "mx6qsabre_common.h"
+#include "mx6sabre_common.h"
 
 #define CONFIG_SYS_FSL_USDHC_NUM       2
 #if defined(CONFIG_ENV_IS_IN_MMC)
 #define CONFIG_SYS_MMC_ENV_DEV         0
-#define CONFIG_SYS_MMC_ENV_PART                1       /* Boot partition 1 */
 #endif
 
+/* I2C Configs */
+#define CONFIG_CMD_I2C
+#define CONFIG_I2C_MULTI_BUS
+#define CONFIG_I2C_MXC
+#define CONFIG_SYS_I2C_SPEED           100000
+
 #endif                         /* __MX6QSABREAUTO_CONFIG_H */