1
0
Fork 0

ARM: OMAP2xxx: powerdomain: core powerdomain missing logic retention states

Add the possible logic retention states for the 24xx CORE powerdomain.
Subsequent patches use this data to avoid returning incorrect data, by
skipping reads from register bitfields that don't actually exist.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
hifive-unleashed-5.1
Paul Walmsley 2013-01-26 00:58:12 -07:00
parent 949db153b6
commit 8e1ff676ef
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ static struct powerdomain core_24xx_pwrdm = {
.name = "core_pwrdm",
.prcm_offs = CORE_MOD,
.pwrsts = PWRSTS_OFF_RET_ON,
.pwrsts_logic_ret = PWRSTS_RET,
.banks = 3,
.pwrsts_mem_ret = {
[0] = PWRSTS_OFF_RET, /* MEM1RETSTATE */