Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=44853a81ed3b1c4b3cee19622e2fc5687158c46f
Commit:     44853a81ed3b1c4b3cee19622e2fc5687158c46f
Parent:     208a49f086ed8cfb3cfa15579c7ee162c54a999b
Author:     Andrew Victor <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 8 11:24:18 2006 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Fri Dec 8 15:42:04 2006 +0000

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Victor <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-at91rm9200/board-sam9260ek.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-at91rm9200/board-sam9260ek.c 
b/arch/arm/mach-at91rm9200/board-sam9260ek.c
index ffca9bd..da5d58a 100644
--- a/arch/arm/mach-at91rm9200/board-sam9260ek.c
+++ b/arch/arm/mach-at91rm9200/board-sam9260ek.c
@@ -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,
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to