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 <quic_rkakarla@quicinc.com>
This commit is contained in:
Raghavendra Kakarla 2024-01-25 15:53:00 +05:30
parent c9ae638d03
commit 46b2d38166

View File

@ -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},
};