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

Commit 101b4199 authored by Maulik Shah's avatar Maulik Shah
Browse files

irqchip: qcom-pdc: Add yupik target support



Add yupik target support as irqchip and module.

Change-Id: I4933690d5225824026d0da1930943068cc93c48f
Signed-off-by: default avatarMaulik Shah <mkshah@codeaurora.org>
parent 9da10e16
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -554,6 +554,7 @@ static int qcom_pdc_probe(struct platform_device *pdev)
static const struct of_device_id qcom_pdc_match_table[] = {
	{ .compatible = "qcom,lahaina-pdc" },
	{ .compatible = "qcom,shima-pdc" },
	{ .compatible = "qcom,yupik-pdc" },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_pdc_match_table);
@@ -570,6 +571,7 @@ module_platform_driver(qcom_pdc_driver);
IRQCHIP_DECLARE(qcom_pdc, "qcom,pdc", qcom_pdc_init);
IRQCHIP_DECLARE(pdc_lahaina, "qcom,lahaina-pdc", qcom_pdc_init);
IRQCHIP_DECLARE(pdc_shima, "qcom,shima-pdc", qcom_pdc_init);
IRQCHIP_DECLARE(pdc_yupik, "qcom,yupik-pdc", qcom_pdc_init);
IRQCHIP_DECLARE(pdc_sdxlemur, "qcom,sdxlemur-pdc", qcom_pdc_init);
#endif