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

Commit 1bd04c61 authored by Raghavendra Kakarla's avatar Raghavendra Kakarla
Browse files

irqchip: mpm: Update the mpm to gic irq mapping



Update the mpm to gic irq mapping with valid mapping.

Change-Id: Icd92eb40dadd15c4f601bd3a976f6831ab1898af
Signed-off-by: default avatarRaghavendra Kakarla <rkakarla@codeaurora.org>
parent bc0ba3c8
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

#include <soc/qcom/mpm.h>
const struct mpm_pin mpm_holi_gic_chip_data[] = {
	{5, 328}, /* lpass_irq_out_sdc */
	{12, 454}, /* qmp_usb3_lfps_rxterm_irq_cx */
	{86, 215}, /* mpm_wake,spmi_m */
	{89, 346}, /* tsens0_tsens_0C_int */
	{90, 347}, /* tsens1_tsens_0C_int */
	{93, 292}, /* eud_p0_dpse_int_mx */
	{94, 292}, /* eud_p0_dmse_int_mx */
	{5, 296}, /* lpass_irq_out_sdc */
	{12, 422}, /* qmp_usb3_lfps_rxterm_irq_cx */
	{86, 183}, /* mpm_wake,spmi_m */
	{89, 314}, /* tsens0_tsens_0C_int */
	{90, 315}, /* tsens1_tsens_0C_int */
	{93, 260}, /* eud_p0_dpse_int_mx */
	{94, 260}, /* eud_p0_dmse_int_mx */
	{-1},
};