diff options
author | Jason Kridner <jkridner@beagleboard.org> | 2011-07-22 23:42:44 -0500 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-04 11:36:21 +0200 |
commit | f74fc4ae6d6257ecdbc0049f6aa2e96212207f05 (patch) | |
tree | bb33a0fb3b32bdb70e18fc43d44c07b4178e80a8 /include | |
parent | c522eac41f198ebf0cdc964bce8c6d7d265dbb9e (diff) | |
download | u-boot-f74fc4ae6d6257ecdbc0049f6aa2e96212207f05.zip u-boot-f74fc4ae6d6257ecdbc0049f6aa2e96212207f05.tar.gz u-boot-f74fc4ae6d6257ecdbc0049f6aa2e96212207f05.tar.bz2 |
BeagleBoard: config: Enabled multibus support for I2C in configuration
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/omap3_beagle.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index ec4a16d..83c577a 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -114,6 +114,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 |