aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-at91.c3
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)
585static const struct of_device_id atmel_twi_dt_ids[] = { 585static 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 } , {