Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44853a81 authored by Andrew Victor's avatar Andrew Victor Committed by Russell King
Browse files

[ARM] 4010/1: AT91SAM9260-EK board: Prepare for MACB Ethernet support



Add PHY IRQ pin definition for AT91SAM9260-EK board.

Signed-off-by: default avatarWojtek Kaniewski <wojtekka@toxygen.net>
Signed-off-by: default avatarAndrew Victor <andrew@sanpeople.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 208a49f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
};