drivers: irqchip: qcom: Update PDC pin data for SM6150

Add last entry as -1 in the pdc pin data for the loops
that break by checking if greater than 0.

Change-Id: Id2ae698a0526f2cf8946697bab12a9513db107e8
Signed-off-by: Srinivas Rao L <lsrao@codeaurora.org>
tirimbino
Srinivas Rao L 7 years ago
parent 34f2dc7314
commit b90935ca95
  1. 1
      drivers/irqchip/qcom/pdc-sm6150.c

@ -141,6 +141,7 @@ static struct pdc_pin sm6150_data[] = {
{123, 670},/*core_bi_px_gpio_51*/
{124, 671},/*core_bi_px_gpio_88*/
{125, 95},/*core_bi_px_gpio_39*/
{-1},
};
static int __init qcom_pdc_gic_init(struct device_node *node,

Loading…
Cancel
Save