]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: pxa: colibri_pxa270: add optional i2c support
authorMarcel Ziswiler <marcel@ziswiler.com>
Sun, 16 Aug 2015 02:16:36 +0000 (04:16 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:34:43 +0000 (10:34 +0200)
This is useful once Andrew's PXA I2C driver gets merged.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
include/configs/colibri_pxa270.h

index f2fa85ee59c911c3b076de3ffb05ee1c90c1cedf..4efc9c5f3e6f3d7d7d3a2ece7f8866f717e57b23 100644 (file)
 #define        CONFIG_CMD_MMC
 #define        CONFIG_CMD_USB
 
+/* I2C support */
+#ifdef CONFIG_SYS_I2C
+#define CONFIG_CMD_I2C
+#define CONFIG_SYS_I2C_PXA
+#define CONFIG_PXA_STD_I2C
+#define CONFIG_PXA_PWR_I2C
+#define CONFIG_SYS_I2C_SPEED           100000
+#endif
+
 /* LCD support */
 #ifdef CONFIG_LCD
 #define CONFIG_PXA_LCD