Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190649
b: refs/heads/master
c: 6ae87fe
h: refs/heads/master
i:
  190647: e6c7c6d
v: v3
  • Loading branch information
Wolfram Sang authored and Eric Miao committed May 6, 2010
1 parent 1b87772 commit cb04d59
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 299ed07868e2384dd3bff44e30892cfdadd7e1bc
refs/heads/master: 6ae87fe219ce32ea226254ee72e1d38ad35d9deb
5 changes: 3 additions & 2 deletions trunk/arch/arm/mach-pxa/viper.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <linux/pm.h>
#include <linux/sched.h>
#include <linux/gpio.h>
#include <linux/jiffies.h>
#include <linux/i2c-gpio.h>
#include <linux/serial_8250.h>
#include <linux/smc91x.h>
Expand Down Expand Up @@ -454,7 +455,7 @@ static struct i2c_gpio_platform_data i2c_bus_data = {
.sda_pin = VIPER_RTC_I2C_SDA_GPIO,
.scl_pin = VIPER_RTC_I2C_SCL_GPIO,
.udelay = 10,
.timeout = 100,
.timeout = HZ,
};

static struct platform_device i2c_bus_device = {
Expand Down Expand Up @@ -779,7 +780,7 @@ static void __init viper_tpm_init(void)
.sda_pin = VIPER_TPM_I2C_SDA_GPIO,
.scl_pin = VIPER_TPM_I2C_SCL_GPIO,
.udelay = 10,
.timeout = 100,
.timeout = HZ,
};
char *errstr;

Expand Down

0 comments on commit cb04d59

Please sign in to comment.