android_kernel_xiaomi_sm7250/drivers/irqchip/qcom-mpm-msm8953.c
Raghavendra Kakarla 93cb11c7a0 drivers: irqchip: qcom: Add MSM8953 pin data for MPM
Add the mpm pin input mapping for msm8953 chip.

Change-Id: Ib057803fc9cc3e7bb4ae287706a4b065739b0445
Signed-off-by: Raghavendra Kakarla <rkakarla@codeaurora.org>
Signed-off-by: Swetha Chikkaboraiah <schikk@codeaurora.org>
2021-02-04 14:48:11 +05:30

17 lines
473 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_msm8953_gic_chip_data[] = {
{2, 216}, /* tsens_upper_lower_int */
{37, 252}, /* qmp_usb3_lfps_rxterm_irq -> ss_phy_irq */
{49, 168}, /* qusb2phy_dpse_hv -> hs_phy_irq*/
{53, 104}, /* mdss_irq */
{58, 168}, /* qusb2phy_dmse_hv -> hs_phy_irq*/
{88, 222}, /* ee0_krait_hlos_spmi_periph_irq */
{-1},
};