android_kernel_xiaomi_sm8350/drivers/irqchip/qcom-mpm-qcs405.c
Akshaya Bhat afc0718a7a irqchip: mpm: Add mpm mapping for SA2150P
Add mpm mapping for gic wakeup capable interrupts for
SA2150P.

Change-Id: I958721057ef868506c3bf5eeb2cd31d2a6aa07cd
Signed-off-by: Akshaya Bhat <akshayab@codeaurora.org>
2021-05-26 14:55:28 +05:30

17 lines
442 B
C

// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
*/
#include <soc/qcom/mpm.h>
const struct mpm_pin mpm_qcs405_gic_chip_data[] = {
{2, 184},
{35, 318}, /* dmse_hv, usb20 -> hs_phy_irq */
{36, 318}, /* dpse_hv, usb20 -> hs_phy_irq */
{38, 319}, /* dmse_hv, usb30 -> hs_phy_irq */
{39, 319}, /* dpse_hv, usb30 -> hs_phy_irq */
{62, 190}, /* mpm_wake,spmi_m */
{-1},
};