Re: [PATCH] ARM: OMAP3: Make I2C bus 2 configurable for BeagleBoard

2008-07-04 Thread Dirk Behme
Jarkko Nikula wrote: On Fri, 04 Jul 2008 08:26:55 +0200 "ext Dirk Behme" <[EMAIL PROTECTED]> wrote: - Add configuration option for this - Use configuration option in board-omap3beagle - Ensure correct pin mux if I2C2 is enabled, independent of settings done by bootloader Why this CONFIG_I

Re: [PATCH] ARM: OMAP3: Make I2C bus 2 configurable for BeagleBoard

2008-07-03 Thread Jarkko Nikula
On Fri, 04 Jul 2008 08:26:55 +0200 "ext Dirk Behme" <[EMAIL PROTECTED]> wrote: > - Add configuration option for this > - Use configuration option in board-omap3beagle > - Ensure correct pin mux if I2C2 is enabled, independent of settings > done by bootloader > Why this CONFIG_I2C2_OMAP_BEAGLE in

[PATCH] ARM: OMAP3: Make I2C bus 2 configurable for BeagleBoard

2008-07-03 Thread Dirk Behme
I2C2 at BeagleBoard is connected to expansion connector, i.e. unused if nothing is connected to this connector. As internal OMAP3 pull up resistors are not strong enough, enabled but unused I2C2 bus results in error messages (e.g. I2C timeouts). I2C2 should be enabled only if something is con