Skip to content

Commit

Permalink
i2c: at91: add of_device_id entry for at91rm9200
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Acked-by: Ludovic Ddesroches <ludovic.desroches@atmel.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
  • Loading branch information
Joachim Eastwood authored and Wolfram Sang committed Jan 28, 2013
1 parent 2a2897b commit 631056c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/i2c/busses/i2c-at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,9 @@ static const struct platform_device_id at91_twi_devtypes[] = {
#if defined(CONFIG_OF)
static const struct of_device_id atmel_twi_dt_ids[] = {
{
.compatible = "atmel,at91rm9200-i2c",
.data = &at91rm9200_config,
} , {
.compatible = "atmel,at91sam9260-i2c",
.data = &at91sam9260_config,
} , {
Expand Down

0 comments on commit 631056c

Please sign in to comment.