diff options
Diffstat (limited to 'drivers/rtc/rtc-at91rm9200.c')
-rw-r--r-- | drivers/rtc/rtc-at91rm9200.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c index 1eea187d9850..da24e68adcca 100644 --- a/drivers/rtc/rtc-at91rm9200.c +++ b/drivers/rtc/rtc-at91rm9200.c @@ -438,6 +438,9 @@ static const struct of_device_id at91_rtc_dt_ids[] = { .compatible = "atmel,sama5d2-rtc", .data = &sama5d4_config, }, { + .compatible = "microchip,sam9x60-rtc", + .data = &sama5d4_config, + }, { /* sentinel */ } }; |