forked from Minki/linux
i2c: at91: add of_device_id entry for at91rm9200
Signed-off-by: Joachim Eastwood <manabian@gmail.com> Acked-by: Ludovic Ddesroches <ludovic.desroches@atmel.com> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
This commit is contained in:
parent
2a2897bab2
commit
631056c399
@ -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,
|
||||
} , {
|
||||
|
Loading…
Reference in New Issue
Block a user