Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137131
b: refs/heads/master
c: 93faee1
h: refs/heads/master
i:
  137129: 13d0670
  137127: 39c4938
v: v3
  • Loading branch information
Hartley Sweeten authored and Russell King committed Feb 10, 2009
1 parent a9d9174 commit 6dc6821
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4cc8fca1c77905bce91b42a1372d4a73069a529
refs/heads/master: 93faee1d509926b844ad021e941a194e898f68dd
12 changes: 12 additions & 0 deletions trunk/arch/arm/mach-ep93xx/edb9307a.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,24 @@ static struct ep93xx_eth_data edb9307a_eth_data = {
.phy_id = 1,
};

static struct i2c_board_info __initdata edb9307a_i2c_data[] = {
{
/* On-board battery backed RTC */
I2C_BOARD_INFO("isl1208", 0x6f),
},
/*
* The I2C signals are also routed to the Expansion Connector (J4)
*/
};

static void __init edb9307a_init_machine(void)
{
ep93xx_init_devices();
platform_device_register(&edb9307a_flash);

ep93xx_register_eth(&edb9307a_eth_data, 1);

ep93xx_init_i2c(edb9307a_i2c_data, ARRAY_SIZE(edb9307a_i2c_data));
}

MACHINE_START(EDB9307A, "Cirrus Logic EDB9307A Evaluation Board")
Expand Down

0 comments on commit 6dc6821

Please sign in to comment.