Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231393
b: refs/heads/master
c: 85e0dbf
h: refs/heads/master
i:
  231391: 75bb7f1
v: v3
  • Loading branch information
Jassi Brar authored and Kukjin Kim committed Dec 29, 2010
1 parent 9c9d0b1 commit 8b100d6
Show file tree
Hide file tree
Showing 2 changed files with 5 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: ce8aceae842bceaa4d74a9122208576e5a00c9a3
refs/heads/master: 85e0dbf94eb369882d5ad768e3687a4af6f36dbe
5 changes: 4 additions & 1 deletion trunk/arch/arm/mach-s5p6442/setup-i2c0.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@

#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/gpio.h>

struct platform_device; /* don't need the contents */

#include <plat/gpio-cfg.h>
#include <plat/iic.h>

void s3c_i2c0_cfg_gpio(struct platform_device *dev)
{
/* Will be populated later */
s3c_gpio_cfgall_range(S5P6442_GPD1(0), 2,
S3C_GPIO_SFN(2), S3C_GPIO_PULL_UP);
}

0 comments on commit 8b100d6

Please sign in to comment.