Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187479
b: refs/heads/master
c: 7ff27df
h: refs/heads/master
i:
  187477: e23f308
  187475: bdae0d0
  187471: 393a06f
v: v3
  • Loading branch information
Marc Zyngier authored and Eric Miao committed Mar 1, 2010
1 parent a5cd741 commit 8325eff
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 662b0836a667158284c8a4a091de745fd5637ff1
refs/heads/master: 7ff27dfa6e484ff5d901ec075a623c06c46d7a0f
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-pxa/zeus.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,9 @@ static void zeus_ohci_exit(struct device *dev)

static struct pxaohci_platform_data zeus_ohci_platform_data = {
.port_mode = PMM_NPS_MODE,
.flags = ENABLE_PORT_ALL | POWER_CONTROL_LOW | POWER_SENSE_LOW,
/* Clear Power Control Polarity Low and set Power Sense
* Polarity Low. Supply power to USB ports. */
.flags = ENABLE_PORT_ALL | POWER_SENSE_LOW,
.init = zeus_ohci_init,
.exit = zeus_ohci_exit,
};
Expand Down

0 comments on commit 8325eff

Please sign in to comment.