Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64569
b: refs/heads/master
c: a228d6e
h: refs/heads/master
i:
  64567: 607b953
v: v3
  • Loading branch information
Pavel Pisa authored and Russell King committed Aug 23, 2007
1 parent 5b7cd4e commit edb3eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7b1bc03e803f772bf71245eaba461651f32481b4
refs/heads/master: a228d6e7ed8e3624b6c1497a550d8d0e2cac889f
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-imx/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ EXPORT_SYMBOL(imx_gpio_direction_input);
int imx_gpio_direction_output(unsigned gpio, int value)
{
imx_gpio_set_value(gpio, value);
imx_gpio_mode(gpio| GPIO_OUT);
imx_gpio_mode(gpio | GPIO_OUT | GPIO_GIUS | GPIO_DR);
return 0;
}

Expand Down

0 comments on commit edb3eb5

Please sign in to comment.