Add PCD Global support for SC7180 SoCs.
Signed-off-by: Sibi Sankar <[email protected]>
---
drivers/reset/reset-qcom-pdc.c | 1 +
1 file changed, 1 insertion(+)
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" },
{}
};
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project