From 46b2d38166d3bc4d992ac989d00e825be435d33b Mon Sep 17 00:00:00 2001 From: Raghavendra Kakarla Date: Thu, 25 Jan 2024 15:53:00 +0530 Subject: [PATCH] irqchip: mpm: Update the USB dpse interrupt mapping for pitti Since pitti USB dpse has a separate GIC interrupt so this change updates the mpm to wakeup irq mapping accordingly. Change-Id: I14186bc9525e0e8e689c48bacab7ea72b9f321ad Signed-off-by: Raghavendra Kakarla --- drivers/irqchip/qcom-mpm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/irqchip/qcom-mpm.c b/drivers/irqchip/qcom-mpm.c index 742aa07e751c..ad0386938047 100644 --- a/drivers/irqchip/qcom-mpm.c +++ b/drivers/irqchip/qcom-mpm.c @@ -595,8 +595,8 @@ const struct mpm_pin mpm_pitti_gic_chip_data[] = { {86, 183}, /* mpm_wake,spmi_m */ {89, 314}, /* tsens0_tsens_0C_int */ {90, 315}, /* tsens1_tsens_0C_int */ - {93, 188}, /* eud_p0_dpse_int_mx */ - {94, 188}, /* eud_p0_dmse_int_mx */ + {93, 188}, /* eud_p0_dmse_int_mx */ + {94, 184}, /* eud_p0_dpse_int_mx */ {-1}, };