From mboxrd@z Thu Jan 1 00:00:00 1970 From: Travis B. Sawyer Date: Fri, 19 May 2006 08:07:44 -0400 Subject: [U-Boot-Users] PATCH: Add command support for multiple I2C controllers In-Reply-To: <20060518230331.95D2B3525D9@atlas.denx.de> References: <20060518230331.95D2B3525D9@atlas.denx.de> Message-ID: <446DB510.5060905@broadcom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: >I definitely see an improvement with each iteration, and my feeling >is that you understand pretty well what I mean. I encourage you to >continue. Please go on. > >Best regards, > >Wolfgang Denk > > > Yes, do please continue. I currently have a hackish implementation that is used only on the sandburst boards, as I didn't want to pollute the tree making others' images larger. I added code for the 2nd i2c bus on the ppc440gx, as our boards use the 2nd bus for temp sensors/fan control and wanted the fans turned on during boot. If the OS doesn't load for some reason the board would cook as the fans weren't being touched until the kernel started. I'm v.interested in how this turns out. Thanks Travis Sawyer (Broadcom Corp, formerly Sandburst Corp).