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

Commit 26cc3b9c authored by Maulik Shah's avatar Maulik Shah
Browse files

irqchip: qcom-pdc: Add support to load PDC on shima as module



Add compatible for shima in case PDC is compiled as module.

Change-Id: Ifa4c14a85f815a5ae1e12d623117dbf1e842c605
Signed-off-by: default avatarMaulik Shah <mkshah@codeaurora.org>
parent 1c0ece44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -553,6 +553,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" },
	{}
};
MODULE_DEVICE_TABLE(of, qcom_pdc_match_table);