Files
kernel_xiaomi_sm8250/drivers/irqchip/qcom-mpm-khaje.c
Raghavendra Kakarla 62742bbbb0 irqchip: mpm: Add mpm mapping for Khaje
Currently both Bengal and Khaje use the same MPM pins mapping
configuration as they use the same compatible string. USB PHY
has a different GIC IRQ on Khaje, so different MPM configuration
is required.

Change-Id: I680bb0529145dfe2166f5b26d934da34e5c52f98
Signed-off-by: Raghavendra Kakarla <rkakarla@codeaurora.org>
2021-08-25 20:04:53 +05:30

18 lines
432 B
C

// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
*/
#include <soc/qcom/mpm.h>
const struct mpm_pin mpm_khaje_gic_chip_data[] = {
{2, 222},
{12, 454}, /* b3_lfps_rxterm_irq */
{86, 215}, /* mpm_wake,spmi_m */
{91, 216}, /* eud_p0_dpse_int_mx */
{90, 220}, /* eud_p0_dmse_int_mx */
{5, 328}, /* lpass_irq_out_sdc */
{24, 111}, /* bi_px_lpi_1_aoss_mx */
{-1},
};