Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221106
b: refs/heads/master
c: 7008147
h: refs/heads/master
v: v3
  • Loading branch information
Kukjin Kim committed Oct 23, 2010
1 parent de96752 commit e7df492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: dab30d7f80d7a81ac736c590a81249d2fd323c62
refs/heads/master: 7008147256eebdc30329bec95ebdf99a96684f79
5 changes: 2 additions & 3 deletions trunk/arch/arm/mach-s5p6442/dev-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ static int s5p6442_spi_cfg_gpio(struct platform_device *pdev)
switch (pdev->id) {
case 0:
s3c_gpio_cfgpin(S5P6442_GPB(0), S3C_GPIO_SFN(2));
s3c_gpio_cfgpin_range(S5P6442_GPB(2), 2, S3C_GPIO_SFN(2));
s3c_gpio_setpull(S5P6442_GPB(0), S3C_GPIO_PULL_UP);
s3c_gpio_setpull(S5P6442_GPB(2), S3C_GPIO_PULL_UP);
s3c_gpio_setpull(S5P6442_GPB(3), S3C_GPIO_PULL_UP);
s3c_gpio_cfgall_range(S5P6442_GPB(2), 2,
S3C_GPIO_SFN(2), S3C_GPIO_PULL_UP);
break;

default:
Expand Down

0 comments on commit e7df492

Please sign in to comment.