diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm.c')
-rw-r--r-- | arch/arm/mach-omap2/pm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c index 9e78261fbfba..2ab7a9e17fe2 100644 --- a/arch/arm/mach-omap2/pm.c +++ b/arch/arm/mach-omap2/pm.c | |||
@@ -215,7 +215,8 @@ static void __init omap4_init_voltages(void) | |||
215 | 215 | ||
216 | static int __init omap2_common_pm_init(void) | 216 | static int __init omap2_common_pm_init(void) |
217 | { | 217 | { |
218 | omap2_init_processor_devices(); | 218 | if (!of_have_populated_dt()) |
219 | omap2_init_processor_devices(); | ||
219 | omap_pm_if_init(); | 220 | omap_pm_if_init(); |
220 | 221 | ||
221 | return 0; | 222 | return 0; |