Hi, On Thu, Jul 24, 2008 at 12:07 PM, <[EMAIL PROTECTED]> wrote:
> - How can I specify the addresses of my I2C clients ? > - What about i2c_probe ? Do I need to call it directly ? basically you i2c_register_board_info() from the board file. Take a look at arch/arm/mach-omap2/board-h2.c for a simple example. you'll see that it calls omap_register_i2c_bus(), but it's just a wrapper for omap-specific initializations on top of i2c_register_board_info(); -- Best Regards, Felipe Balbi [EMAIL PROTECTED] _______________________________________________ i2c mailing list [email protected] http://lists.lm-sensors.org/mailman/listinfo/i2c
