Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303425
b: refs/heads/master
c: e949f93
h: refs/heads/master
i:
  303423: d869c7f
v: v3
  • Loading branch information
Paul Parsons authored and Haojian Zhuang committed May 3, 2012
1 parent c0cd06e commit 76d9737
Show file tree
Hide file tree
Showing 2 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: 89619d44eec8ed95b3b62b2fd6ddc56aeea41a95
refs/heads/master: e949f93c591352f0376fdd192b4060a38c102ba5
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-pxa/hx4700.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static unsigned long hx4700_pin_config[] __initdata = {
GPIO88_GPIO,

/* HX4700 specific input GPIOs */
GPIO12_GPIO, /* ASIC3_IRQ */
GPIO12_GPIO | WAKEUP_ON_EDGE_RISE, /* ASIC3_IRQ */
GPIO13_GPIO, /* W3220_IRQ */
GPIO14_GPIO, /* nWLAN_IRQ */

Expand Down Expand Up @@ -860,6 +860,7 @@ static void __init hx4700_init(void)
int ret;

pxa2xx_mfp_config(ARRAY_AND_SIZE(hx4700_pin_config));
gpio_set_wake(GPIO12_HX4700_ASIC3_IRQ, 1);
ret = gpio_request_array(ARRAY_AND_SIZE(global_gpios));
if (ret)
pr_err ("hx4700: Failed to request GPIOs.\n");
Expand Down

0 comments on commit 76d9737

Please sign in to comment.