Re: GPIO interrupt on AMCC 460EX
From: Felix Radensky <hidden>
Date: 2008-08-28 21:48:13
From: Felix Radensky <hidden>
Date: 2008-08-28 21:48:13
Hi, Stefan Stefan Roese wrote:
arch/powerpc now used virtual interrupts. You need to include this hardware interrupt number into your device-tree (create a new node for your CPLD) and extract the virtual irq number from there by calling irq_of_parse_and_map().
That works fine, thank you. Felix.