i2c driver's probe routine not getting called

Scott Wood scottwood at freescale.com
Thu Nov 6 03:15:17 EST 2008


Laxmikant Rashinkar wrote:
> I have linux-2.6.27.1 running on a MPC8347 based board.
> 
> When my freescale I2C driver is insmoded, it calls 
> platform_driver_register() successfully, but the probe routine doesn't 
> get called. 

Is "your" freescale I2C driver different from "the" freescale I2C driver 
in drivers/i2c/busses/i2c-mpc.c?  If so, you'll need to update it to be 
an of_platform driver like the in-tree driver is (or, just switch to the 
in-tree driver).

-Scott


More information about the Linuxppc-embedded mailing list