Commits
Suman Anna committed 3f154172451
irqchip/pruss-intc: Add support for ICSSG INTC on K3 AM65x SoCs The K3 AM65x SoCs have the next generation of the PRU-ICSS IP, commonly called ICSSG. The PRUSS INTC present within the ICSSG supports more System Events (160 vs 64), more Interrupt Channels and Host Interrupts (20 vs 10) compared to the current generation PRUSS INTC instances. Enhance the PRUSS INTC driver to add support for this ICSSG INTC instance. This support is adding using SoC-specific data and updating the code to use this data instead of the current hard-coded macros. The INTC config structure is updated to use the higher events and channels on all SoCs, while limiting the actual processing to only the relevant number of events/channels/interrupts. Signed-off-by: Suman Anna <s-anna@ti.com>