Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61406
b: refs/heads/master
c: 587ca76
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen committed Jul 18, 2007
1 parent b46ad53 commit 2056535
Show file tree
Hide file tree
Showing 2 changed files with 14 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: 3da86ee4f1884c70edbf76f61bfbbe028d2d1685
refs/heads/master: 587ca7619a150cef0ce0dd8fd08c367e502f0421
14 changes: 13 additions & 1 deletion trunk/arch/avr32/boards/atstk1000/atstk1002.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,19 @@ struct eth_addr {
};

static struct eth_addr __initdata hw_addr[2];
static struct eth_platform_data __initdata eth_data[2];
static struct eth_platform_data __initdata eth_data[2] = {
{
/*
* The MDIO pullups on STK1000 are a bit too weak for
* the autodetection to work properly, so we have to
* mask out everything but the correct address.
*/
.phy_mask = ~(1U << 16),
},
{
.phy_mask = ~(1U << 17),
},
};

#ifndef CONFIG_BOARD_ATSTK1002_SW1_CUSTOM
static struct spi_board_info spi0_board_info[] __initdata = {
Expand Down

0 comments on commit 2056535

Please sign in to comment.