Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145388
b: refs/heads/master
c: 866bd43
h: refs/heads/master
v: v3
  • Loading branch information
Timothy Clacy authored and Eric Miao committed May 18, 2009
1 parent 8fa331a commit 6ad4c0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 216e3b7abbd05c35d2d1a3f86629ade485351f0d
refs/heads/master: 866bd435819df8d97767c407f8828a7a2ff971e6
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-pxa/mfp-pxa2xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ static int __init pxa2xx_mfp_init(void)
if (cpu_is_pxa27x())
pxa27x_mfp_init();

/* clear RDH bit to enable GPIO receivers after reset/sleep exit */
PSSR = PSSR_RDH;

/* initialize gafr_run[], pgsr_lpm[] from existing values */
for (i = 0; i <= gpio_to_bank(pxa_last_gpio); i++)
gpdr_lpm[i] = GPDR(i * 32);
Expand Down

0 comments on commit 6ad4c0b

Please sign in to comment.