Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359857
b: refs/heads/master
c: cd19010
h: refs/heads/master
i:
  359855: 06fa2ff
v: v3
  • Loading branch information
Santosh Shilimkar authored and Paul Walmsley committed Feb 8, 2013
1 parent 78d2d86 commit 998d74f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6048009818047297c510e300c6e8e6f623d4eac9
refs/heads/master: cd19010c03cc9cce2366d5065720a3ab546833dd
20 changes: 10 additions & 10 deletions trunk/arch/arm/mach-omap2/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,19 +345,19 @@ int __init omap2_common_pm_late_init(void)
* a completely different mechanism.
* Disable this part if a DT blob is available.
*/
if (of_have_populated_dt())
return 0;
if (!of_have_populated_dt()) {

/* Init the voltage layer */
omap_pmic_late_init();
omap_voltage_late_init();
/* Init the voltage layer */
omap_pmic_late_init();
omap_voltage_late_init();

/* Initialize the voltages */
omap3_init_voltages();
omap4_init_voltages();
/* Initialize the voltages */
omap3_init_voltages();
omap4_init_voltages();

/* Smartreflex device init */
omap_devinit_smartreflex();
/* Smartreflex device init */
omap_devinit_smartreflex();
}

#ifdef CONFIG_SUSPEND
suspend_set_ops(&omap_pm_ops);
Expand Down

0 comments on commit 998d74f

Please sign in to comment.