Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fd0394c authored by Srinivas Rao L's avatar Srinivas Rao L Committed by Gerrit - the friendly Code Review server
Browse files

drivers: irqchip: Add PDC irqchip for lagoon



Add PDC irqchip support and set the PDC maximum
IRQ's to 153.

Change-Id: Iff0445bb7ea77fa7f557b4e62caa8e1ee8903ffd
Signed-off-by: default avatarSrinivas Rao L <lsrao@codeaurora.org>
parent 9f58b600
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

#define PDC_IPC_LOG_SZ		2

#define PDC_MAX_IRQS		138
#define PDC_MAX_IRQS		153
#define PDC_MAX_GPIO_IRQS	256

#define CLEAR_INTR(reg, intr)	(reg & ~(1 << intr))
@@ -498,3 +498,4 @@ static int qcom_pdc_init(struct device_node *node, struct device_node *parent)
IRQCHIP_DECLARE(pdc_sdm845, "qcom,sdm845-pdc", qcom_pdc_init);
IRQCHIP_DECLARE(pdc_kona,   "qcom,kona-pdc",   qcom_pdc_init);
IRQCHIP_DECLARE(pdc_lito,   "qcom,lito-pdc",   qcom_pdc_init);
IRQCHIP_DECLARE(pdc_lagoon,   "qcom,lagoon-pdc",   qcom_pdc_init);