]> Pileus Git - ~andy/linux/commitdiff
i2c: at91: add a new compatibility string for the at91sam9261
authorjean-jacques hiblot <jjhiblot@traphandler.com>
Wed, 15 Jan 2014 13:17:13 +0000 (14:17 +0100)
committerWolfram 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

index 8edba9de76df17ff4d0c973daafd89d4a1510f40..843d01268ae95cf3a9992d7f2ed52c695ec8dadf 100644 (file)
@@ -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,