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

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>

authored by Andrew Victor and committed by Russell King 44853a81 208a49f0

+1
+1
arch/arm/mach-at91rm9200/board-sam9260ek.c
··· 119 119 * MACB Ethernet device 120 120 */ 121 121 static struct __initdata eth_platform_data ek_macb_data = { 122 + .phy_irq_pin = AT91_PIN_PA7, 122 123 .is_rmii = 1, 123 124 }; 124 125