Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a50d49dbb72aff90601fda90ea37a02a606d2d90
Commit:     a50d49dbb72aff90601fda90ea37a02a606d2d90
Parent:     5248c657898c018bcd23ef77759fa1d6c690bdf4
Author:     David Brownell <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 28 02:04:52 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sat Jan 26 15:00:31 2008 +0000

    [ARM] 4734/1: at91sam9263ek: include IRQ for Ethernet PHY
    
    On the at92sam9263ek board, tell the MACB driver the IRQ used
    by its PHY.  This patch is taken from Andrew Victor's 2.6.23-at91
    patchset; it matches board schematics.  (But it's currently a NOP
    since the MACB driver doesn't yet use PHY irqs.)
    
    Signed-off-by: David Brownell <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-at91/board-sam9263ek.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-at91/board-sam9263ek.c 
b/arch/arm/mach-at91/board-sam9263ek.c
index ab9dcc0..a9dd595 100644
--- a/arch/arm/mach-at91/board-sam9263ek.c
+++ b/arch/arm/mach-at91/board-sam9263ek.c
@@ -163,6 +163,7 @@ static struct at91_mmc_data __initdata ek_mmc_data = {
  * MACB Ethernet device
  */
 static struct at91_eth_data __initdata ek_macb_data = {
+       .phy_irq_pin    = AT91_PIN_PE31,
        .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