Skip to content

Commit

Permalink
[ARM] 4010/1: AT91SAM9260-EK board: Prepare for MACB Ethernet support
Browse files Browse the repository at this point in the history
Add PHY IRQ pin definition for AT91SAM9260-EK board.

Signed-off-by: Wojtek Kaniewski <wojtekka@toxygen.net>
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Andrew Victor authored and Russell King committed Dec 8, 2006
1 parent 208a49f commit 44853a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-at91rm9200/board-sam9260ek.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ static struct spi_board_info ek_spi_devices[] = {
* MACB Ethernet device
*/
static struct __initdata eth_platform_data ek_macb_data = {
.phy_irq_pin = AT91_PIN_PA7,
.is_rmii = 1,
};

Expand Down

0 comments on commit 44853a8

Please sign in to comment.