Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272714
b: refs/heads/master
c: ace19ff
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman committed Sep 15, 2011
1 parent 7cabe1b commit 54f6fe2
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: 280a72750535aaf69833bda13ab8912aa5eb71e3
refs/heads/master: ace19ffa9a580c7b3d2a7cd4bb9fda6071394d25
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-omap2/voltagedomains3xxx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,14 @@ static struct voltagedomain omap3_voltdm_core = {
.vdd = &omap3_vdd2_info,
};

static struct voltagedomain omap3_voltdm_wkup = {
.name = "wakeup",
};

static struct voltagedomain *voltagedomains_omap3[] __initdata = {
&omap3_voltdm_mpu,
&omap3_voltdm_core,
&omap3_voltdm_wkup,
NULL,
};

Expand Down

0 comments on commit 54f6fe2

Please sign in to comment.