diff options
author | Paul Walmsley <paul@pwsan.com> | 2009-01-27 21:44:28 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-08 12:50:30 -0500 |
commit | be48ea74d49408c5c4f999c730d35eaf0034f273 (patch) | |
tree | a5b094cf5306a6cc39b83326a76723fb02987068 /arch/arm/mach-omap2 | |
parent | 46e0ccf8ae32e53dc34a274977e2c6256b2deddc (diff) |
[ARM] OMAP3 powerdomains: remove RET from SGX power states list
The SGX device on OMAP3 does not support retention, so remove RET from the
list of possible SGX power states. Problem debugged by Richard Woodruff
<r-woodruff2@ti.com>.
Signed-off-by: Richard Woodruff <r-woodruff2@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/powerdomains34xx.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/powerdomains34xx.h b/arch/arm/mach-omap2/powerdomains34xx.h index 7b63fa074b71..15c346c627dd 100644 --- a/arch/arm/mach-omap2/powerdomains34xx.h +++ b/arch/arm/mach-omap2/powerdomains34xx.h | |||
@@ -236,6 +236,11 @@ static struct powerdomain dss_pwrdm = { | |||
236 | }, | 236 | }, |
237 | }; | 237 | }; |
238 | 238 | ||
239 | /* | ||
240 | * Although the 34XX TRM Rev K Table 4-371 notes that retention is a | ||
241 | * possible SGX powerstate, the SGX device itself does not support | ||
242 | * retention. | ||
243 | */ | ||
239 | static struct powerdomain sgx_pwrdm = { | 244 | static struct powerdomain sgx_pwrdm = { |
240 | .name = "sgx_pwrdm", | 245 | .name = "sgx_pwrdm", |
241 | .prcm_offs = OMAP3430ES2_SGX_MOD, | 246 | .prcm_offs = OMAP3430ES2_SGX_MOD, |
@@ -243,7 +248,7 @@ static struct powerdomain sgx_pwrdm = { | |||
243 | .wkdep_srcs = gfx_sgx_wkdeps, | 248 | .wkdep_srcs = gfx_sgx_wkdeps, |
244 | .sleepdep_srcs = cam_gfx_sleepdeps, | 249 | .sleepdep_srcs = cam_gfx_sleepdeps, |
245 | /* XXX This is accurate for 3430 SGX, but what about GFX? */ | 250 | /* XXX This is accurate for 3430 SGX, but what about GFX? */ |
246 | .pwrsts = PWRSTS_OFF_RET_ON, | 251 | .pwrsts = PWRSTS_OFF_ON, |
247 | .pwrsts_logic_ret = PWRDM_POWER_RET, | 252 | .pwrsts_logic_ret = PWRDM_POWER_RET, |
248 | .banks = 1, | 253 | .banks = 1, |
249 | .pwrsts_mem_ret = { | 254 | .pwrsts_mem_ret = { |