Add AOSS reset support for SC7180 SoCs.

Signed-off-by: Sibi Sankar <[email protected]>
---
 drivers/reset/reset-qcom-aoss.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/reset/reset-qcom-aoss.c b/drivers/reset/reset-qcom-aoss.c
index 36db967504507..a400db93eb7d2 100644
--- a/drivers/reset/reset-qcom-aoss.c
+++ b/drivers/reset/reset-qcom-aoss.c
@@ -115,6 +115,7 @@ static int qcom_aoss_reset_probe(struct platform_device 
*pdev)
 }
 
 static const struct of_device_id qcom_aoss_reset_of_match[] = {
+       { .compatible = "qcom,sc7180-aoss-cc", .data = &sdm845_aoss_desc },
        { .compatible = "qcom,sdm845-aoss-cc", .data = &sdm845_aoss_desc },
        {}
 };
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

Reply via email to