From 0ac5bc1d7a742fe88a16cf3fd9f618691db9d901 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Fri, 30 Sep 2005 11:37:43 +0300 Subject: [PATCH] ARM: OMAP: Set smc91x irqtype for H4 Set smc91x irqtype for H4 --- drivers/net/smc91x.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index ac9ce6509ee..20e9f2d1b6b 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h @@ -188,6 +188,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg) #define SMC_IRQ_TRIGGER_TYPE (( \ machine_is_omap_h2() \ || machine_is_omap_h3() \ + || machine_is_omap_h4() \ || (machine_is_omap_innovator() && !cpu_is_omap1510()) \ ) ? IRQT_FALLING : IRQT_RISING) -- 2.41.1