From f62376ade44d542dbe5781bf42333b7f804935d5 Mon Sep 17 00:00:00 2001 From: scott worley Date: Thu, 10 May 2018 11:36:35 -0400 Subject: ec_chip_mchp: Lower Port80 interrupt priority. Prevent host spew of port 80h writes from impacting servicing more critical interrupts. BRANCH=none BUG= TEST=Build boards based on chip mchp. CQ-DEPEND=CL:1053576 Change-Id: I3e08d2f731fa644c3e3253cbca711e1116789b41 Signed-off-by: scott worley Reviewed-on: https://chromium-review.googlesource.com/1053949 Commit-Ready: Randall Spangler Tested-by: Scott Worley Reviewed-by: Randall Spangler --- chip/mchp/port80.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip/mchp/port80.c b/chip/mchp/port80.c index 30812a9dba..8be91e9d3d 100644 --- a/chip/mchp/port80.c +++ b/chip/mchp/port80.c @@ -46,6 +46,6 @@ void port_80_interrupt(void) MCHP_INT_SOURCE(MCHP_P80_GIRQ) = MCHP_P80_GIRQ_BIT(0); } -DECLARE_IRQ(MCHP_IRQ_PORT80DBG0, port_80_interrupt, 2); +DECLARE_IRQ(MCHP_IRQ_PORT80DBG0, port_80_interrupt, 3); -- cgit v1.2.1