[PATCH] i2c-mpc: suppress I2C device probing

Grant Likely grant.likely at secretlab.ca
Fri Jul 18 04:02:50 EST 2008


On Thu, Jul 17, 2008 at 4:37 AM, Wolfgang Grandegger <wg at grandegger.com> wrote:
> This patch suppresses I2C device probing by clearing the class field
> of the "struct i2c_adapter" for the MPC I2C bus adapters. Some board
> configurations which rely on probing must be fixed up by adding a
> proper I2C device node to the DTS file, like the TQM85xx modules.
>
> Signed-off-by: Wolfgang Grandegger <wg at grandegger.com>
Acked-by: Grant Likely <grant.likely at secretlab.ca>

> ---
> drivers/i2c/busses/i2c-mpc.c |    1 -
> 1 file changed, 1 deletion(-)
>
> Index: powerpc/drivers/i2c/busses/i2c-mpc.c
> ===================================================================
> --- powerpc.orig/drivers/i2c/busses/i2c-mpc.c
> +++ powerpc/drivers/i2c/busses/i2c-mpc.c
> @@ -312,7 +312,6 @@ static struct i2c_adapter mpc_ops = {
>        .name = "MPC adapter",
>        .id = I2C_HW_MPC107,
>        .algo = &mpc_algo,
> -       .class = I2C_CLASS_HWMON | I2C_CLASS_SPD,
>        .timeout = 1,
> };
>
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.



More information about the Linuxppc-dev mailing list