On Mon, Jun 8, 2009 at 7:20 PM, Hide Saito<hsaito....@gmail.com> wrote: > sensors can't be detected on i2c-mpc > > Hi all, > > The sensors can't be detected on the built-in I2C interface on the > Freescale's MPC processors on linux-2.6.29. > If it is not yet fixed, I think that it is forgotten to set the following > values in the class. > > Signed-off-by: Hideo Saito <hsaito....@gmail.com>
Since i2c probing is hit and miss at best; Most MPCxxxx SPI busses get the i2c bus topology out of the device tree file (arch/powerpc/boot/dts/<board-name>.dts) and do not support probing. If the i2c device you need is missing, then add a node to the .dts file for the missing device (there are lots of examples of this in the dts directory). g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev