From f605be73d7b1c4a32a66824d3c02470f540636bc Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Tue, 9 Aug 2016 16:38:10 +1000 Subject: lpc: Add P9 LPC interrupts support We currently don't exploit the new MUX that allow to spread them around different PSI interrupts, they all go to LPC#0 Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Stewart Smith --- hw/psi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/psi.c') diff --git a/hw/psi.c b/hw/psi.c index 08dc5897..663b6042 100644 --- a/hw/psi.c +++ b/hw/psi.c @@ -598,7 +598,7 @@ static void psihb_p9_interrupt(struct irq_source *is, uint32_t isn) case P9_PSI_IRQ_LPC_SIRQ1: case P9_PSI_IRQ_LPC_SIRQ2: case P9_PSI_IRQ_LPC_SIRQ3: - /* XXX TODO */ + lpc_serirq(psi->chip_id, idx - P9_PSI_IRQ_LPC_SIRQ0); break; case P9_PSI_IRQ_SBE_I2C: p8_i2c_interrupt(psi->chip_id); -- cgit v1.2.1