OMAP3: voltagedomain data: add wakeup domain
authorKevin Hilman <khilman@ti.com>
Wed, 23 Mar 2011 20:30:33 +0000 (13:30 -0700)
committerKevin Hilman <khilman@ti.com>
Thu, 15 Sep 2011 18:39:09 +0000 (11:39 -0700)
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>
arch/arm/mach-omap2/voltagedomains3xxx_data.c

index 2167ef4079aa0565fa19b4b74ea64b6a15f74425..42d0b112978b9912be9477dcb34001098deee432 100644 (file)
@@ -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,
 };
 
This page took 0.095609 seconds and 5 git commands to generate.