blob: d8ed5698cfb1e891e70a1cda7b03217b7cf23990 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// 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},
};
|