Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296273
b: refs/heads/master
c: 4f592e6
h: refs/heads/master
i:
  296271: 968f866
v: v3
  • Loading branch information
Russell King committed Feb 9, 2012
1 parent 370db1c commit 0deb9ca
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7186fb9fd79d6209fe7aea9dbe06b629c61b389e
refs/heads/master: 4f592e6d1a6711b2ef140b5c76342dbe2506c8cb
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-sa1100/assabet.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,17 +202,17 @@ static void __init assabet_init(void)
/*
* Ensure that the power supply is in "high power" mode.
*/
GPDR |= GPIO_GPIO16;
GPSR = GPIO_GPIO16;
GPDR |= GPIO_GPIO16;

/*
* Ensure that these pins are set as outputs and are driving
* logic 0. This ensures that we won't inadvertently toggle
* the WS latch in the CPLD, and we don't float causing
* excessive power drain. --rmk
*/
GPDR |= GPIO_SSP_TXD | GPIO_SSP_SCLK | GPIO_SSP_SFRM;
GPCR = GPIO_SSP_TXD | GPIO_SSP_SCLK | GPIO_SSP_SFRM;
GPDR |= GPIO_SSP_TXD | GPIO_SSP_SCLK | GPIO_SSP_SFRM;

/*
* Set up registers for sleep mode.
Expand Down

0 comments on commit 0deb9ca

Please sign in to comment.