On Wed, Jan 15, 2014 at 11:24:27AM +0100, Jean-Jacques Hiblot wrote: > Signed-off-by: Jean-Jacques Hiblot <[email protected]>
Acked-by: Ludovic Desroches <[email protected]> Thanks > --- > drivers/i2c/busses/i2c-at91.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c > index 8edba9d..843d012 100644 > --- a/drivers/i2c/busses/i2c-at91.c > +++ b/drivers/i2c/busses/i2c-at91.c > @@ -589,6 +589,9 @@ static const struct of_device_id atmel_twi_dt_ids[] = { > .compatible = "atmel,at91sam9260-i2c", > .data = &at91sam9260_config, > } , { > + .compatible = "atmel,at91sam9261-i2c", > + .data = &at91sam9261_config, > + } , { > .compatible = "atmel,at91sam9g20-i2c", > .data = &at91sam9g20_config, > } , { > -- > 1.8.5.2 > > > _______________________________________________ > linux-arm-kernel mailing list > [email protected] > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

