projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c522eac
)
BeagleBoard: config: Enabled multibus support for I2C in configuration
author
Jason Kridner
<jkridner@beagleboard.org>
Sat, 23 Jul 2011 04:42:44 +0000
(23:42 -0500)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sun, 4 Sep 2011 09:36:21 +0000
(11:36 +0200)
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>
include/configs/omap3_beagle.h
patch
|
blob
|
history
diff --git
a/include/configs/omap3_beagle.h
b/include/configs/omap3_beagle.h
index ec4a16d884c3485345b60eab4a0d6d7d12d0652e..83c577a8cdb7aa01f65aba08cbe048c87f7679a4 100644
(file)
--- 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