summaryrefslogtreecommitdiffstats
path: root/include/configs/colibri_pxa270.h
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2015-08-16 04:16:36 +0200
committerMarek Vasut <marex@denx.de>2015-08-24 20:30:38 +0200
commit3664fa1beec3921dcfed605a9b37f63dee28ce6a (patch)
treecd95c8e8dd571c4b507a3a1d7781b34e8ebe5a87 /include/configs/colibri_pxa270.h
parent4f9bbd9e69420c156370d5c39a2fc67bc8c76fee (diff)
downloadtalos-obmc-uboot-3664fa1beec3921dcfed605a9b37f63dee28ce6a.tar.gz
talos-obmc-uboot-3664fa1beec3921dcfed605a9b37f63dee28ce6a.zip
arm: pxa: colibri_pxa270: add optional i2c support
This is useful once Andrew's PXA I2C driver gets merged. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'include/configs/colibri_pxa270.h')
-rw-r--r--include/configs/colibri_pxa270.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h
index f2fa85ee59..4efc9c5f3e 100644
--- a/include/configs/colibri_pxa270.h
+++ b/include/configs/colibri_pxa270.h
@@ -59,6 +59,15 @@
#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
OpenPOWER on IntegriCloud