Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97773
b: refs/heads/master
c: 0ef2cfc
h: refs/heads/master
i:
  97771: 2480216
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jun 2, 2008
1 parent 4de13ad commit 443ef4d
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: 1e5c594607778f551b729577b046ee5d9333cfb5
refs/heads/master: 0ef2cfc0ca4625424e5b8ead6c47359c35a7a841
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-pxa/tosa.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ static struct platform_device *devices[] __initdata = {

static void tosa_poweroff(void)
{
pxa_gpio_mode(TOSA_GPIO_ON_RESET | GPIO_OUT);
GPSR(TOSA_GPIO_ON_RESET) = GPIO_bit(TOSA_GPIO_ON_RESET);
gpio_direction_output(TOSA_GPIO_ON_RESET, 0);
gpio_set_value(TOSA_GPIO_ON_RESET, 1);

mdelay(1000);
arm_machine_restart('h');
Expand Down

0 comments on commit 443ef4d

Please sign in to comment.