Skip to content

Commit

Permalink
OMAP3: voltagedomain data: add wakeup domain
Browse files Browse the repository at this point in the history
Add wakeup voltage domain so that the wakeup powerdomain can have an
associated powerdomain.  Note that the scalable flat is not set for
the this voltagedomain, so it will not be fully initialized like
scalable voltage domains.

Signed-off-by: Kevin Hilman <khilman@ti.com>
  • Loading branch information
Kevin Hilman committed Sep 15, 2011
1 parent 280a727 commit ace19ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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 ace19ff

Please sign in to comment.