summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRenato Frias <b13784@freescale.com>2013-05-13 18:01:12 +0000
committerStefano Babic <sbabic@denx.de>2013-06-03 13:19:11 +0200
commit195781657cccdda947555668aca5854af84f5fdf (patch)
tree79bc65ff7450716eb87ac280a4a9a7aa446f48c3 /include
parentaf0a37ff18b1ebb00c531059f3c04224c0913fb8 (diff)
downloadtalos-obmc-uboot-195781657cccdda947555668aca5854af84f5fdf.tar.gz
talos-obmc-uboot-195781657cccdda947555668aca5854af84f5fdf.zip
mx6qsabreauto: Add i2c to mx6qsabreauto board
Add i2c2 and 3 to mx6qsabreauto board, i2c3 is multiplexed use gpio to set steering. Signed-off-by: Renato Frias <b13784@freescale.com> Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6qsabreauto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h
index 1583c11aab..947ea60094 100644
--- a/include/configs/mx6qsabreauto.h
+++ b/include/configs/mx6qsabreauto.h
@@ -38,4 +38,10 @@
#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 */
OpenPOWER on IntegriCloud