in particular i question the lines with the command
interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
Does this mean, pin 3 on gpiobank 1 is installed as the interrupt which fires my uio_irqwait_timeout routine? Which pin on the pingrp is actual triggering the fd for the select?
Hi @Linutronix
i have a question to a provided example of using the uio's. I have the following node in my devicetree to enable interrupts on my uio.
in particular i question the lines with the command
interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
Does this mean, pin 3 on gpiobank 1 is installed as the interrupt which fires my
uio_irqwait_timeout
routine? Which pin on the pingrp is actual triggering the fd for the select?