linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261
@ 2014-01-15 10:24 Jean-Jacques Hiblot
  2014-01-15 10:59 ` Nicolas Ferre
  2014-01-15 11:09 ` Ludovic Desroches
  0 siblings, 2 replies; 4+ messages in thread
From: Jean-Jacques Hiblot @ 2014-01-15 10:24 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
---
 drivers/i2c/busses/i2c-at91.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c
index 8edba9d..843d012 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[] = {
 		.compatible = "atmel,at91sam9260-i2c",
 		.data = &at91sam9260_config,
 	} , {
+		.compatible = "atmel,at91sam9261-i2c",
+		.data = &at91sam9261_config,
+	} , {
 		.compatible = "atmel,at91sam9g20-i2c",
 		.data = &at91sam9g20_config,
 	} , {
-- 
1.8.5.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-15 11:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 10:24 [PATCH] at91: dt: i2c: add a new compatibility string for the at91sam9261 Jean-Jacques Hiblot
2014-01-15 10:59 ` Nicolas Ferre
2014-01-15 11:20   ` Wolfram Sang
2014-01-15 11:09 ` Ludovic Desroches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).