diff options
| author | David Brownell <david-b@pacbell.net> | 2007-12-27 20:04:52 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:00:31 -0500 |
| commit | a50d49dbb72aff90601fda90ea37a02a606d2d90 (patch) | |
| tree | 6a901bc065c6ac203a29e57cc64ac508b6bb76bf | |
| parent | 5248c657898c018bcd23ef77759fa1d6c690bdf4 (diff) | |
[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 <dbrownell@users.sourceforge.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | 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 ab9dcc075454..a9dd59543ec7 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 = { | |||
| 163 | * MACB Ethernet device | 163 | * MACB Ethernet device |
| 164 | */ | 164 | */ |
| 165 | static struct at91_eth_data __initdata ek_macb_data = { | 165 | static struct at91_eth_data __initdata ek_macb_data = { |
| 166 | .phy_irq_pin = AT91_PIN_PE31, | ||
| 166 | .is_rmii = 1, | 167 | .is_rmii = 1, |
| 167 | }; | 168 | }; |
| 168 | 169 | ||
