diff --git a/drivers/rtc/rtc-spear.c b/drivers/rtc/rtc-spear.c index c96f56cfc1d86ac0c9ac2491504128f196a21c49..141fc945295f0796a46f2f4cb79d1535bbfe7bf7 100644 --- a/drivers/rtc/rtc-spear.c +++ b/drivers/rtc/rtc-spear.c @@ -411,6 +411,8 @@ static int __devinit spear_rtc_probe(struct platform_device *pdev) goto err_disable_clock; } + config->rtc->uie_unsupported = 1; + if (!device_can_wakeup(&pdev->dev)) device_init_wakeup(&pdev->dev, 1);