Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283136
b: refs/heads/master
c: 7c8e62d
h: refs/heads/master
v: v3
  • Loading branch information
Aaron Wu authored and Bob Liu committed Jan 9, 2012
1 parent 563fc3a commit 572a0cd
Show file tree
Hide file tree
Showing 3 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: 1247f2f077eb556dc8c72e2e55928b3f01765cd5
refs/heads/master: 7c8e62deeb98713fcce903662a66b16bd04dc602
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf533/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static struct i2c_gpio_platform_data i2c_gpio_data = {
.scl_pin = GPIO_PF3,
.sda_is_open_drain = 0,
.scl_is_open_drain = 0,
.udelay = 40,
.udelay = 10,
};

static struct platform_device i2c_gpio_device = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf561/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static struct i2c_gpio_platform_data i2c_gpio_data = {
.scl_pin = GPIO_PF0,
.sda_is_open_drain = 0,
.scl_is_open_drain = 0,
.udelay = 40,
.udelay = 10,
};

static struct platform_device i2c_gpio_device = {
Expand Down

0 comments on commit 572a0cd

Please sign in to comment.