Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281859
b: refs/heads/master
c: 361b02f
h: refs/heads/master
i:
  281857: dc42e90
  281855: 96046de
v: v3
  • Loading branch information
Santosh Shilimkar authored and Kevin Hilman committed Dec 8, 2011
1 parent 7272272 commit bbcb4f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12f27826bdaf56b01cbdfc8bdeb577ebc106dee3
refs/heads/master: 361b02f3538bc5603a426ed3bb04129a8d7b9a67
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-omap2/pm44xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ static int __init omap4_pm_init(void)
if (!cpu_is_omap44xx())
return -ENODEV;

if (omap_rev() == OMAP4430_REV_ES1_0) {
WARN(1, "Power Management not supported on OMAP4430 ES1.0\n");
return -ENODEV;
}

pr_err("Power Management for TI OMAP4.\n");

ret = pwrdm_for_each(pwrdms_setup, NULL);
Expand Down

0 comments on commit bbcb4f2

Please sign in to comment.