> In /proc/interrupts, the switch interrupts are shown as edge. The only > place that I see where this > is potentially set is mv88e6xxx_g2_watchdog_setup() where the call to > request_threaded_irq() passes > "IRQF_ONESHOT | IRQF_TRIGGER_FALLING". Does this need to change?
Hi Dave Device tree determines how the interrupt is configured. It is the second part of the interrupts property. Andrew