summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_beagle.h
diff options
context:
space:
mode:
authorSyed Mohammed Khasim <khasim@ti.com>2010-01-18 18:11:14 +0530
committerH. Nikolaus Schaller <hns@goldelico.local>2010-01-23 15:13:08 +0100
commitd288e724b77614fec87008468c6c1f05edb11587 (patch)
tree3972c2e064f0a8b35708e2a597ef24f519a0610b /include/configs/omap3_beagle.h
parentecdca78a8613b890fb3a60b6c92edb70239a3f6e (diff)
downloadbootable_bootloader_goldelico_gta04-d288e724b77614fec87008468c6c1f05edb11587.zip
bootable_bootloader_goldelico_gta04-d288e724b77614fec87008468c6c1f05edb11587.tar.gz
bootable_bootloader_goldelico_gta04-d288e724b77614fec87008468c6c1f05edb11587.tar.bz2
Enable I2C bus switching
OMAP3 supports Multiple I2C channels, this patch allows us to use i2c dev <bus no> command to switch between busses. Signed-off-by: Syed Mohammed Khasim <khasim@ti.com> Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r--include/configs/omap3_beagle.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index a8abb0e..4d516a4 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -100,6 +100,12 @@
/* DDR - I use Micron DDR */
#define CONFIG_OMAP3_MICRON_DDR 1
+/* Enable Multi Bus support for I2C */
+#define CONFIG_I2C_MULTI_BUS 1
+
+/* Probe all devices */
+#define CONFIG_SYS_I2C_NOPROBES {0x0, 0x0}
+
/* USB */
#define CONFIG_MUSB_UDC 1
#define CONFIG_USB_OMAP3 1