drivers: irqchip: qcom-pdc: Move to an SoC independent compatible
authorRajendra Nayak <rnayak@codeaurora.org>
Fri, 8 Nov 2019 09:28:17 +0000 (14:58 +0530)
committerMarc Zyngier <maz@kernel.org>
Sun, 10 Nov 2019 18:47:49 +0000 (18:47 +0000)
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@codeaurora.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Lina Iyer <ilina@codeaurora.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20191108092824.9773-7-rnayak@codeaurora.org
drivers/irqchip/qcom-pdc.c

index faa7d61b9d6c421ceaa4078d09e391bdec13e7f0..c175333bb646553470cda177496c007e9bf9078f 100644 (file)
@@ -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);