diff options
author | Joachim Eastwood <manabian@gmail.com> | 2012-12-05 16:42:12 -0500 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2013-01-27 23:26:43 -0500 |
commit | 631056c399d2bdf34ee147c99401fee093ee4bfe (patch) | |
tree | f73686887475de9bda61b2187346c8b7f70110c5 /drivers/i2c | |
parent | 2a2897bab2d3d50ab466cf908f03b62801f1ff56 (diff) |
i2c: at91: add of_device_id entry for at91rm9200
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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-at91.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c index 2bfc04d0a1b1..3e287d838936 100644 --- a/drivers/i2c/busses/i2c-at91.c +++ b/drivers/i2c/busses/i2c-at91.c | |||
@@ -584,6 +584,9 @@ static const struct platform_device_id at91_twi_devtypes[] = { | |||
584 | #if defined(CONFIG_OF) | 584 | #if defined(CONFIG_OF) |
585 | static const struct of_device_id atmel_twi_dt_ids[] = { | 585 | static const struct of_device_id atmel_twi_dt_ids[] = { |
586 | { | 586 | { |
587 | .compatible = "atmel,at91rm9200-i2c", | ||
588 | .data = &at91rm9200_config, | ||
589 | } , { | ||
587 | .compatible = "atmel,at91sam9260-i2c", | 590 | .compatible = "atmel,at91sam9260-i2c", |
588 | .data = &at91sam9260_config, | 591 | .data = &at91sam9260_config, |
589 | } , { | 592 | } , { |