irqchip: add mpm to GIC mapping for mdm9607
This change adds mpm pin to gic mapping. Change-Id: I89d094cd7ba956aa8ac37f682f54a87221cb9b36 Signed-off-by: Prasadarao Durvasula <quic_pdurvasu@quicinc.com> Signed-off-by: Sai Kannan <quic_csaikann@quicinc.com>
This commit is contained in:
parent
840e64a463
commit
6735272ca4
1 changed files with 14 additions and 0 deletions
|
|
@ -622,6 +622,16 @@ const struct mpm_pin mpm_holi_gic_chip_data[] = {
|
|||
{-1},
|
||||
};
|
||||
|
||||
const struct mpm_pin mpm_mdm9607_gic_chip_data[] = {
|
||||
{2, 184}, /* tsens_upper_lower_int */
|
||||
{49, 140}, /* usb1_hs_async_wakeup_irq */
|
||||
{51, 142}, /* usb2_hs_async_wakeup_irq */
|
||||
{53, 72}, /* mdss_irq */
|
||||
{58, 134}, /* usb_hs_irq */
|
||||
{62, 190}, /* ee0_apps_hlos_spmi_periph_irq */
|
||||
{-1},
|
||||
};
|
||||
|
||||
static const struct of_device_id mpm_gic_chip_data_table[] = {
|
||||
{
|
||||
.compatible = "qcom,mpm-blair",
|
||||
|
|
@ -635,6 +645,10 @@ static const struct of_device_id mpm_gic_chip_data_table[] = {
|
|||
.compatible = "qcom,mpm-pitti",
|
||||
.data = mpm_pitti_gic_chip_data,
|
||||
},
|
||||
{
|
||||
.compatible = "qcom,mpm-gic-mdm9607",
|
||||
.data = mpm_mdm9607_gic_chip_data,
|
||||
},
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, mpm_gic_chip_data_table);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue