diff options
Diffstat (limited to 'drivers/rtc/rtc-ds1307.c')
-rw-r--r-- | drivers/rtc/rtc-ds1307.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/rtc/rtc-ds1307.c index e29481391496..77339b3d50a1 100644 --- a/drivers/rtc/rtc-ds1307.c +++ b/drivers/rtc/rtc-ds1307.c | |||
@@ -227,6 +227,10 @@ static const struct of_device_id ds1307_of_match[] = { | |||
227 | .data = (void *)ds_3231 | 227 | .data = (void *)ds_3231 |
228 | }, | 228 | }, |
229 | { | 229 | { |
230 | .compatible = "st,m41t0", | ||
231 | .data = (void *)m41t00 | ||
232 | }, | ||
233 | { | ||
230 | .compatible = "st,m41t00", | 234 | .compatible = "st,m41t00", |
231 | .data = (void *)m41t00 | 235 | .data = (void *)m41t00 |
232 | }, | 236 | }, |