]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] OMAP: Add smc91x support for TI OMAP2420 H4 board
authorKomal Shah <komal_shah802003@yahoo.com>
Fri, 29 Sep 2006 08:59:15 +0000 (01:59 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:07 +0000 (09:18 -0700)
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>
drivers/net/smc91x.h

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