Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196223
b: refs/heads/master
c: d3353e1
h: refs/heads/master
i:
  196221: c2d6183
  196219: 0f26eff
  196215: 4c14ffd
  196207: 7cddfac
  196191: a64c699
  196159: 7373f26
  196095: fb7d86b
v: v3
  • Loading branch information
Rajendra Nayak authored and Paul Walmsley committed May 20, 2010
1 parent df2315e commit f31a9c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1dc993b218c089230f463234380795c237de5038
refs/heads/master: d3353e1654f60fc56b7a9a965af67e14b54d7f61
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/powerdomains44xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static struct powerdomain wkup_44xx_pwrdm = {
.name = "wkup_pwrdm",
.prcm_offs = OMAP4430_PRM_WKUP_MOD,
.omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
.pwrsts = PWRDM_POWER_ON,
.pwrsts = PWRSTS_ON,
.banks = 1,
.pwrsts_mem_ret = {
[0] = PWRDM_POWER_OFF, /* wkup_bank */
Expand Down Expand Up @@ -286,7 +286,7 @@ static struct powerdomain always_on_core_44xx_pwrdm = {
.name = "always_on_core_pwrdm",
.prcm_offs = OMAP4430_PRM_ALWAYS_ON_MOD,
.omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
.pwrsts = PWRDM_POWER_ON,
.pwrsts = PWRSTS_ON,
};

/* cefuse_44xx_pwrdm: Customer efuse controller power domain */
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/plat-omap/include/plat/powerdomain.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#define PWRDM_MAX_PWRSTS 4

/* Powerdomain allowable state bitfields */
#define PWRSTS_ON (1 << PWRDM_POWER_ON)
#define PWRSTS_OFF_ON ((1 << PWRDM_POWER_OFF) | \
(1 << PWRDM_POWER_ON))

Expand Down

0 comments on commit f31a9c2

Please sign in to comment.