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 8edba9de76df..843d01268ae9 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[] = {
589 .compatible = "atmel,at91sam9260-i2c", 589 .compatible = "atmel,at91sam9260-i2c",
590 .data = &at91sam9260_config, 590 .data = &at91sam9260_config,
591 } , { 591 } , {
592 .compatible = "atmel,at91sam9261-i2c",
593 .data = &at91sam9261_config,
594 } , {
592 .compatible = "atmel,at91sam9g20-i2c", 595 .compatible = "atmel,at91sam9g20-i2c",
593 .data = &at91sam9g20_config, 596 .data = &at91sam9g20_config,
594 } , { 597 } , {