projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001cebf
)
i2c: at91: add a new compatibility string for the at91sam9261
author
jean-jacques hiblot
<jjhiblot@traphandler.com>
Wed, 15 Jan 2014 13:17:13 +0000
(14:17 +0100)
committer
Wolfram Sang
<wsa@the-dreams.de>
Thu, 16 Jan 2014 10:14:27 +0000
(11:14 +0100)
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-at91.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-at91.c
b/drivers/i2c/busses/i2c-at91.c
index 8edba9de76df17ff4d0c973daafd89d4a1510f40..843d01268ae95cf3a9992d7f2ed52c695ec8dadf 100644
(file)
--- a/
drivers/i2c/busses/i2c-at91.c
+++ b/
drivers/i2c/busses/i2c-at91.c
@@
-588,6
+588,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,