summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/bcm/raspberrypi-power.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pmdomain/bcm/raspberrypi-power.c')
-rw-r--r--drivers/pmdomain/bcm/raspberrypi-power.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pmdomain/bcm/raspberrypi-power.c b/drivers/pmdomain/bcm/raspberrypi-power.c
index fadedfc9c645..b87ea7adb7be 100644
--- a/drivers/pmdomain/bcm/raspberrypi-power.c
+++ b/drivers/pmdomain/bcm/raspberrypi-power.c
@@ -91,6 +91,7 @@ static void rpi_common_init_power_domain(struct rpi_power_domains *rpi_domains,
dom->fw = rpi_domains->fw;
dom->base.name = name;
+ dom->base.flags = GENPD_FLAG_ACTIVE_WAKEUP;
dom->base.power_on = rpi_domain_on;
dom->base.power_off = rpi_domain_off;