提交 631056c3 编写于 作者: J Joachim Eastwood 提交者: Wolfram Sang

i2c: at91: add of_device_id entry for at91rm9200

Signed-off-by: NJoachim Eastwood <manabian@gmail.com>
Acked-by: NLudovic Ddesroches <ludovic.desroches@atmel.com>
Signed-off-by: NWolfram Sang <w.sang@pengutronix.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册