rtc: ds1307: Add m41t0 to OF device ID table

m41t0 was added to the I2C device ID table but not the OF table. Fix that.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
Alexandre Belloni 2017-04-08 17:22:02 +02:00
parent 8566f70c8a
commit db2f814194
1 changed files with 4 additions and 0 deletions

View File

@ -226,6 +226,10 @@ static const struct of_device_id ds1307_of_match[] = {
.compatible = "maxim,ds3231",
.data = (void *)ds_3231
},
{
.compatible = "st,m41t0",
.data = (void *)m41t00
},
{
.compatible = "st,m41t00",
.data = (void *)m41t00