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

Commit d9a3afc2 authored by jean-jacques hiblot's avatar jean-jacques hiblot Committed by Wolfram Sang
Browse files

i2c: at91: add a new compatibility string for the at91sam9261

parent 001cebf0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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,