Loading drivers/rtc/rtc-ds1307.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
drivers/rtc/rtc-ds1307.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading