Tool/software:
Hi,
Where is the GIC SPI interrupt mapping table,
the doc do not match.
Regards,
Cesar
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi,
Where is the GIC SPI interrupt mapping table,
the doc do not match.
Regards,
Cesar
Hi Cesar,
The SPI Interrupts are also mentioned in the table, they are at Interrupt IDs 204, 205 and 206 respectively for each of the instances.
There is an offset of 32 between what is used in the Linux GIC500 device-tree bindings and what is defined in the TRM. The first GIC_SPI interrupt has the Interrupt ID of 32, and Linux Device-Tree values are indexed from 0.
Please see the GIC500 devicetree bindings document at <Linux-Kernel>/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml for further details.
regards
Suman
Hi Cesar,
Let me check on this internally to see if this is a code bug or if it is a TRM bug.
regards
Suman
Hi Cesar,
This is a bug in code, and is being fixed in 11.1 SDK.
Please see the commit PENDING: arm64: dts: ti: k3-j722s-main: Fix interrupts...
regards
Suman