Part Number: PROCESSOR-SDK-AM64X
Hi,
I am using latest TI SDK release www.ti.com/.../PROCESSOR-SDK-AM64X
PROCESSOR-SDK-LINUX-RT-AM64X — Processor SDK RT-Linux for AM64x Version: 09.00.00.03
I have question about IRQ affinity for GPIO...
Currently I did not see any implementation inside TI GPIO kernel driver to support IRQ affinity on GPIO.
Also, by checking TRM for AM64x device, it is not clear is it based per banks and in that case we need to manage GPIO irq affinity per bank
Like this maybe it is possible by using irq_set_affinity_hint to setup affinity for one bank to specific cpu core during probe
Do you have some inputs on this topic?
Thanks in advance