From: Jason Kridner Date: Sat, 23 Jul 2011 04:42:44 +0000 (-0500) Subject: BeagleBoard: config: Enabled multibus support for I2C in configuration X-Git-Tag: v2011.09-rc1~68^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f74fc4ae6d6257ecdbc0049f6aa2e96212207f05;p=kernel%2Fu-boot.git BeagleBoard: config: Enabled multibus support for I2C in configuration Signed-off-by: Jason Kridner Signed-off-by: Joel A Fernandes Signed-off-by: Sandeep Paulraj --- 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