Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216921
b: refs/heads/master
c: bb722f3
h: refs/heads/master
i:
  216919: bf313ad
v: v3
  • Loading branch information
Rajendra Nayak authored and Paul Walmsley committed Sep 27, 2010
1 parent 06226b8 commit 334a66a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: fdd4f409981e5581e03d4259f2b4923b3158f2cf
refs/heads/master: bb722f33e233c980159f0ac5560d530eb5dfdd0f
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/powerdomains44xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static struct powerdomain dss_44xx_pwrdm = {
.prcm_offs = OMAP4430_PRM_DSS_MOD,
.omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
.pwrsts = PWRSTS_OFF_RET_ON,
.pwrsts_logic_ret = PWRSTS_OFF_RET,
.pwrsts_logic_ret = PWRSTS_OFF,
.banks = 1,
.pwrsts_mem_ret = {
[0] = PWRDM_POWER_OFF, /* dss_mem */
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 @@ -32,6 +32,7 @@

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

Expand Down

0 comments on commit 334a66a

Please sign in to comment.