Re: [U-Boot-Users] [Patch 9/9] U-boot-V2:Boards:SDP3430: Enable i2c bus1

2008-06-18 Thread Sascha Hauer
On Wed, Jun 18, 2008 at 07:36:20AM -0500, Menon, Nishanth wrote: > Enable the i2c bus 1 if the adapter is enabled in defconfig. How does the bus find its devices? Are they probed? Experience showed that probing i2c devices is not safe, so this should be explicitly allowed on board level. Sascha

Re: [U-Boot-Users] [Patch 9/9] U-boot-V2:Boards:SDP3430: Enable i2c bus1

2008-06-18 Thread Menon, Nishanth
Sascha, > -Original Message- > From: Sascha Hauer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2008 10:34 AM > To: Menon, Nishanth > Cc: Kamat, Nishant; u-boot-users@lists.sourceforge.net; Laurent Desnogues; > [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: [Patch 9/9] U-boo

[U-Boot-Users] [Patch 9/9] U-boot-V2:Boards:SDP3430: Enable i2c bus1

2008-06-18 Thread Menon, Nishanth
Enable the i2c bus 1 if the adapter is enabled in defconfig. This patch also fixes a sparse warning of sdram dev not being static Signed-off-by: Nishanth Menon <[EMAIL PROTECTED]> --- board/omap/board-sdp343x.c | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-)