Commits
Suman Anna committed c921e394a8c
irqchip/irq-pruss-intc: Fix an incorrect loop counter limit value The ICSSG IP on K3 AM65x SoCs has greater PRU host interrupts than the regular PRUSS IP on all other SoCs. The commit 3f154172451e ("irqchip/pruss-intc: Add support for ICSSG INTC on K3 AM65x SoCs") missed replacing the previous host interrupt loop counter limit value MAX_PRU_HOST_INT in the pruss_intc_unconfigure() function with an appropriate variable reflecting the PRU host interrupts number. Fix this properly in line with the usage in the pruss_intc_configure() function. Fixes: 3f154172451e ("irqchip/pruss-intc: Add support for ICSSG INTC on K3 AM65x SoCs") Signed-off-by: Suman Anna <s-anna@ti.com>