Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa6f3bbf authored by Raghavendra Kakarla's avatar Raghavendra Kakarla
Browse files

irqchip: mpm: Add the correct mpm to gic interrupt mapping for usb



Add the correct mpm to gic interrupt mapping for the usb wakeup capable
interrupt for the trinket.

Change-Id: I3dc7d58b03d8689fe2892ee1322816db6809dc2f
Signed-off-by: default avatarRaghavendra Kakarla <rkakarla@codeaurora.org>
parent d02d62b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ const struct mpm_pin mpm_trinket_gic_chip_data[] = {
	{2, 222},
	{12, 454}, /* b3_lfps_rxterm_irq */
	{86, 215}, /* mpm_wake,spmi_m */
	{90, 286}, /* eud_p0_dpse_int_mx */
	{91, 286}, /* eud_p0_dmse_int_mx */
	{90, 292}, /* eud_p0_dpse_int_mx */
	{91, 292}, /* eud_p0_dmse_int_mx */
	{-1},
};