Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155565
b: refs/heads/master
c: 64e8be6
h: refs/heads/master
i:
  155563: 68b6164
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jul 18, 2009
1 parent 5a03158 commit 4a15b7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: d740d347f856f0fd8baf2f63d8daa600ed135bfd
refs/heads/master: 64e8be6ebdb8212898781fff7722ff2b0eb76131
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-realview/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ struct platform_device realview_i2c_device = {

static struct i2c_board_info realview_i2c_board_info[] = {
{
I2C_BOARD_INFO("rtc-ds1307", 0xd0 >> 1),
.type = "ds1338",
I2C_BOARD_INFO("ds1338", 0xd0 >> 1),
},
};

Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-versatile/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,7 @@ static struct platform_device versatile_i2c_device = {

static struct i2c_board_info versatile_i2c_board_info[] = {
{
I2C_BOARD_INFO("rtc-ds1307", 0xd0 >> 1),
.type = "ds1338",
I2C_BOARD_INFO("ds1338", 0xd0 >> 1),
},
};

Expand Down

0 comments on commit 4a15b7e

Please sign in to comment.