Skip to content

Commit

Permalink
ARM: OMAP2xxx: powerdomain: core powerdomain missing logic retention …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Paul Walmsley committed Jan 26, 2013
1 parent 949db15 commit 8e1ff67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-omap2/powerdomains2xxx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 8e1ff67

Please sign in to comment.