aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/powerdomains2xxx_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/powerdomains2xxx_data.c')
-rw-r--r--arch/arm/mach-omap2/powerdomains2xxx_data.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/powerdomains2xxx_data.c b/arch/arm/mach-omap2/powerdomains2xxx_data.c
index bb4394e3b621..2385c1f009ee 100644
--- a/arch/arm/mach-omap2/powerdomains2xxx_data.c
+++ b/arch/arm/mach-omap2/powerdomains2xxx_data.c
@@ -37,6 +37,7 @@ static struct powerdomain dsp_pwrdm = {
37 .pwrsts_mem_on = { 37 .pwrsts_mem_on = {
38 [0] = PWRSTS_ON, 38 [0] = PWRSTS_ON,
39 }, 39 },
40 .voltdm = { .name = "core" },
40}; 41};
41 42
42static struct powerdomain mpu_24xx_pwrdm = { 43static struct powerdomain mpu_24xx_pwrdm = {
@@ -51,6 +52,7 @@ static struct powerdomain mpu_24xx_pwrdm = {
51 .pwrsts_mem_on = { 52 .pwrsts_mem_on = {
52 [0] = PWRSTS_ON, 53 [0] = PWRSTS_ON,
53 }, 54 },
55 .voltdm = { .name = "core" },
54}; 56};
55 57
56static struct powerdomain core_24xx_pwrdm = { 58static struct powerdomain core_24xx_pwrdm = {
@@ -68,6 +70,7 @@ static struct powerdomain core_24xx_pwrdm = {
68 [1] = PWRSTS_OFF_RET_ON, /* MEM2ONSTATE */ 70 [1] = PWRSTS_OFF_RET_ON, /* MEM2ONSTATE */
69 [2] = PWRSTS_OFF_RET_ON, /* MEM3ONSTATE */ 71 [2] = PWRSTS_OFF_RET_ON, /* MEM3ONSTATE */
70 }, 72 },
73 .voltdm = { .name = "core" },
71}; 74};
72 75
73 76
@@ -89,6 +92,7 @@ static struct powerdomain mdm_pwrdm = {
89 .pwrsts_mem_on = { 92 .pwrsts_mem_on = {
90 [0] = PWRSTS_ON, /* MEMONSTATE */ 93 [0] = PWRSTS_ON, /* MEMONSTATE */
91 }, 94 },
95 .voltdm = { .name = "core" },
92}; 96};
93 97
94/* 98/*