Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211061
b: refs/heads/master
c: 1d5b4c0
h: refs/heads/master
i:
  211059: 0d9a304
v: v3
  • Loading branch information
Peter Korsgaard authored and Russell King committed Sep 23, 2010
1 parent 377a7e8 commit b81a20e
Show file tree
Hide file tree
Showing 2 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: 94bf27586631d32ed08dd49eeaa77222b7874cf3
refs/heads/master: 1d5b4c0fa9ff79a4f01e5efc1caefd16b190a3dc
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-at91/at91sam9g45_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ static struct i2c_gpio_platform_data pdata_i2c0 = {
.sda_is_open_drain = 1,
.scl_pin = AT91_PIN_PA21,
.scl_is_open_drain = 1,
.udelay = 2, /* ~100 kHz */
.udelay = 5, /* ~100 kHz */
};

static struct platform_device at91sam9g45_twi0_device = {
Expand All @@ -440,7 +440,7 @@ static struct i2c_gpio_platform_data pdata_i2c1 = {
.sda_is_open_drain = 1,
.scl_pin = AT91_PIN_PB11,
.scl_is_open_drain = 1,
.udelay = 2, /* ~100 kHz */
.udelay = 5, /* ~100 kHz */
};

static struct platform_device at91sam9g45_twi1_device = {
Expand Down

0 comments on commit b81a20e

Please sign in to comment.