Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

i2c: at91: add of_device_id entry for at91rm9200

parent 2a2897ba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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,
	} , {