Re: [U-Boot] [PATCH v3] OMAP3: BeagleBoard: Enable pullups on i2c2.

2011-04-18 Thread Paulraj, Sandeep
> > From: Steve Kipisz > > This allows the reading of EEPROMS on the expansion bus without adding > external pull-ups. > --- > v2 updates > * Updated per http://patchwork.ozlabs.org/patch/71997/ > * Added description > * Used OMAP34XX_CTRL_BASE > * Used structure and writel to perform writ

[U-Boot] [PATCH v3] OMAP3: BeagleBoard: Enable pullups on i2c2.

2011-03-03 Thread Jason Kridner
From: Steve Kipisz This allows the reading of EEPROMS on the expansion bus without adding external pull-ups. --- v2 updates * Updated per http://patchwork.ozlabs.org/patch/71997/ * Added description * Used OMAP34XX_CTRL_BASE * Used structure and writel to perform write v3 updates * Included