blob: 72efbba3af8b82b7c98cdffc338686ee5379f17b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// 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_msm8937_gic_chip_data[] = {
{2, 216},
{49, 172},
{53, 104},
{58, 166},
{62, 222},
{-1},
};
|