Message ID | 20190821095442.24495-5-sibis@codeaurora.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add PDC Global and AOSS reset support | expand |
diff --git a/drivers/reset/reset-qcom-pdc.c b/drivers/reset/reset-qcom-pdc.c index ab74bccd4a5b5..d876e48f05524 100644 --- a/drivers/reset/reset-qcom-pdc.c +++ b/drivers/reset/reset-qcom-pdc.c @@ -106,6 +106,7 @@ static int qcom_pdc_reset_probe(struct platform_device *pdev) } static const struct of_device_id qcom_pdc_reset_of_match[] = { + { .compatible = "qcom,sc7180-pdc-global" }, { .compatible = "qcom,sdm845-pdc-global" }, {} };
Add PCD Global support for SC7180 SoCs. Signed-off-by: Sibi Sankar <sibis@codeaurora.org> --- drivers/reset/reset-qcom-pdc.c | 1 + 1 file changed, 1 insertion(+)