diff options
Diffstat (limited to 'arch/arm/mach-ux500/pm.c')
-rw-r--r-- | arch/arm/mach-ux500/pm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/pm.c b/arch/arm/mach-ux500/pm.c index b80a9a2e356e..2cb587b50905 100644 --- a/arch/arm/mach-ux500/pm.c +++ b/arch/arm/mach-ux500/pm.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/platform_data/arm-ux500-pm.h> | 17 | #include <linux/platform_data/arm-ux500-pm.h> |
18 | 18 | ||
19 | #include "db8500-regs.h" | 19 | #include "db8500-regs.h" |
20 | #include "pm_domains.h" | ||
20 | 21 | ||
21 | /* ARM WFI Standby signal register */ | 22 | /* ARM WFI Standby signal register */ |
22 | #define PRCM_ARM_WFI_STANDBY (prcmu_base + 0x130) | 23 | #define PRCM_ARM_WFI_STANDBY (prcmu_base + 0x130) |
@@ -191,4 +192,7 @@ void __init ux500_pm_init(u32 phy_base, u32 size) | |||
191 | 192 | ||
192 | /* Set up ux500 suspend callbacks. */ | 193 | /* Set up ux500 suspend callbacks. */ |
193 | suspend_set_ops(UX500_SUSPEND_OPS); | 194 | suspend_set_ops(UX500_SUSPEND_OPS); |
195 | |||
196 | /* Initialize ux500 power domains */ | ||
197 | ux500_pm_domains_init(); | ||
194 | } | 198 | } |