Commit c19623db authored by Roman Stratiienko's avatar Roman Stratiienko Committed by Alexandre Belloni

rtc: test: enable wakeup flags

Alarmtimer interface uses only the RTC with wekeup flags enabled.
Allow to use rtc-test driver with alarmtimer interface.
Signed-off-by: default avatarRoman Stratiienko <roman.stratiienko@globallogic.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 8aec4b87
...@@ -133,6 +133,7 @@ static int test_probe(struct platform_device *plat_dev) ...@@ -133,6 +133,7 @@ static int test_probe(struct platform_device *plat_dev)
break; break;
default: default:
rtd->rtc->ops = &test_rtc_ops; rtd->rtc->ops = &test_rtc_ops;
device_init_wakeup(&plat_dev->dev, 1);
} }
timer_setup(&rtd->alarm, test_rtc_alarm_handler, 0); timer_setup(&rtd->alarm, test_rtc_alarm_handler, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment