From: Roman Stratiienko <[email protected]>

Alarmtimer interface uses only the RTC with wekeup flags enabled.
Allow to use rtc-test driver with alarmtimer interface.

Signed-off-by: Roman Stratiienko <[email protected]>
---
 drivers/rtc/rtc-test.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/rtc/rtc-test.c b/drivers/rtc/rtc-test.c
index 6c5f09c815e8..c839ae575c77 100644
--- a/drivers/rtc/rtc-test.c
+++ b/drivers/rtc/rtc-test.c
@@ -123,6 +123,8 @@ static int test_probe(struct platform_device *plat_dev)
 
        platform_set_drvdata(plat_dev, rtd);
 
+       device_init_wakeup(&plat_dev->dev, 1);
+
        rtd->rtc = devm_rtc_allocate_device(&plat_dev->dev);
        if (IS_ERR(rtd->rtc))
                return PTR_ERR(rtd->rtc);
-- 
2.17.1

Reply via email to