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
committerJason Kridner <jkridner@beagleboard.org>2010-08-11 14:57:41 -0500
commite9eb7c083bd5089fc1cf528285ed288be6da71df (patch)
treecd90c04d43fc7b8f30f427ed3d170c2d62d5a9eb /include/configs/omap3_beagle.h
parentab91b55a38599a702e514ff38318bbb827c603c2 (diff)
downloadbootable_bootloader_goldelico_gta04-e9eb7c083bd5089fc1cf528285ed288be6da71df.zip
bootable_bootloader_goldelico_gta04-e9eb7c083bd5089fc1cf528285ed288be6da71df.tar.gz
bootable_bootloader_goldelico_gta04-e9eb7c083bd5089fc1cf528285ed288be6da71df.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> (cherry picked from commit 9bb1c3501c8f098dac6e224c99e409ebf92b0ab9)
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 ad73a66..1a76004 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -113,6 +113,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