Commit 631056c3 authored by Joachim Eastwood's avatar Joachim Eastwood Committed by Wolfram Sang

i2c: at91: add of_device_id entry for at91rm9200

Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
Acked-by: default avatarLudovic Ddesroches <ludovic.desroches@atmel.com>
Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
parent 2a2897ba
......@@ -584,6 +584,9 @@ static const struct platform_device_id at91_twi_devtypes[] = {
#if defined(CONFIG_OF)
static const struct of_device_id atmel_twi_dt_ids[] = {
{
.compatible = "atmel,at91rm9200-i2c",
.data = &at91rm9200_config,
} , {
.compatible = "atmel,at91sam9260-i2c",
.data = &at91sam9260_config,
} , {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment