[tip: irq/core] drivers: irqchip: qcom-pdc: Move to an SoC independent compatible

From: tip-bot2 for Rajendra Nayak
Date: Wed Nov 20 2019 - 08:22:27 EST


The following commit has been merged into the irq/core branch of tip:

Commit-ID: 8e4d5a5bde8896c7fa36b173c613dbbbf9d5dc32
Gitweb: https://git.kernel.org/tip/8e4d5a5bde8896c7fa36b173c613dbbbf9d5dc32
Author: Rajendra Nayak <rnayak@xxxxxxxxxxxxxx>
AuthorDate: Fri, 08 Nov 2019 14:58:17 +05:30
Committer: Marc Zyngier <maz@xxxxxxxxxx>
CommitterDate: Sun, 10 Nov 2019 18:47:49

drivers: irqchip: qcom-pdc: Move to an SoC independent compatible

Remove the sdm845 SoC specific compatible to make the driver
easily reusable across other SoC's with the same IP block.
This will reduce further churn adding any SoC specific
compatibles unless really needed.

Signed-off-by: Rajendra Nayak <rnayak@xxxxxxxxxxxxxx>
Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx>
Reviewed-by: Lina Iyer <ilina@xxxxxxxxxxxxxx>
Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
Link: https://lore.kernel.org/r/20191108092824.9773-7-rnayak@xxxxxxxxxxxxxx
---
drivers/irqchip/qcom-pdc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/qcom-pdc.c b/drivers/irqchip/qcom-pdc.c
index faa7d61..c175333 100644
--- a/drivers/irqchip/qcom-pdc.c
+++ b/drivers/irqchip/qcom-pdc.c
@@ -309,4 +309,4 @@ fail:
return ret;
}

-IRQCHIP_DECLARE(pdc_sdm845, "qcom,sdm845-pdc", qcom_pdc_init);
+IRQCHIP_DECLARE(qcom_pdc, "qcom,pdc", qcom_pdc_init);