|
@@ -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)
|
|
|
|
|