We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi expert,
I want to change the ARConnect IDU mode, like level trigger to edge trigger. Can I setup the IRQ cell in device tree or which API I can use?
Thanks, Joshua
The text was updated successfully, but these errors were encountered:
Hi @joshualin-petaio! Indeed, you may specify the second cell for IDU requesting edge-triggered interrupts. See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/interrupt-controller/snps,archs-idu-intc.txt.
Don't forget to set #interrupt-cells = <2>; in the IDU node!
#interrupt-cells = <2>;
Let me know if that reference helps or you need more support with this one.
Sorry, something went wrong.
Hi Alexey,
Thanks for your reply. It helpful for me and it seems works fine now. I'll do more test for this modify. Thank you so much.
@joshualin-petaio if all works for you now, do you mind closing this issue?
abrodkin
No branches or pull requests
Hi expert,
I want to change the ARConnect IDU mode, like level trigger to edge trigger. Can I setup the IRQ cell in device tree or which API I can use?
Thanks, Joshua
The text was updated successfully, but these errors were encountered: