diff options
-rw-r--r-- | drivers/rtc/rtc-pl031.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-pl031.c b/drivers/rtc/rtc-pl031.c index 81c5077feff3..8900ea784817 100644 --- a/drivers/rtc/rtc-pl031.c +++ b/drivers/rtc/rtc-pl031.c | |||
@@ -384,6 +384,8 @@ static int pl031_probe(struct amba_device *adev, const struct amba_id *id) | |||
384 | goto out_no_irq; | 384 | goto out_no_irq; |
385 | } | 385 | } |
386 | 386 | ||
387 | device_init_wakeup(&adev->dev, 1); | ||
388 | |||
387 | return 0; | 389 | return 0; |
388 | 390 | ||
389 | out_no_irq: | 391 | out_no_irq: |