Ver Fonte

i2c: at91: add a new compatibility string for the at91sam9261

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>
jean-jacques hiblot há 11 anos atrás
pai
commit
d9a3afc2cf
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      drivers/i2c/busses/i2c-at91.c

+ 3 - 0
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,