Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198204
b: refs/heads/master
c: efc5863
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Mike Frysinger committed May 22, 2010
1 parent 3fdad18 commit bb3ddc4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d016a21362194826518d4ac9ca3f768d0345cd2c
refs/heads/master: efc5863eb52a04134869f5ceb5f81a6fe9b47469
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/mach-bf561/boards/acvilon.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include <linux/spi/flash.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <linux/jiffies.h>
#include <linux/i2c-pca-platform.h>
#include <linux/delay.h>
#include <linux/io.h>
Expand Down Expand Up @@ -112,7 +113,7 @@ static struct resource bfin_i2c_pca_resources[] = {
struct i2c_pca9564_pf_platform_data pca9564_platform_data = {
.gpio = -1,
.i2c_clock_speed = 330000,
.timeout = 10000
.timeout = HZ,
};

/* PCA9564 I2C Bus driver */
Expand Down

0 comments on commit bb3ddc4

Please sign in to comment.