Browse Source

[PATCH] OMAP: Add smc91x support for TI OMAP2420 H4 board

Add smc91x support for TI OMAP2420 H4 EVM board.

Cc: <nico@cam.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Komal Shah 18 years ago
parent
commit
f1b7c5f459
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/smc91x.h

+ 1 - 0
drivers/net/smc91x.h

@@ -195,6 +195,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)
 #define	SMC_IRQ_FLAGS (( \
 #define	SMC_IRQ_FLAGS (( \
 		   machine_is_omap_h2() \
 		   machine_is_omap_h2() \
 		|| machine_is_omap_h3() \
 		|| machine_is_omap_h3() \
+		|| machine_is_omap_h4() \
 		|| (machine_is_omap_innovator() && !cpu_is_omap1510()) \
 		|| (machine_is_omap_innovator() && !cpu_is_omap1510()) \
 	) ? IRQF_TRIGGER_FALLING : IRQF_TRIGGER_RISING)
 	) ? IRQF_TRIGGER_FALLING : IRQF_TRIGGER_RISING)