diff mbox series

[V2,1/5] soc: qcom: smd-rpm: Add SM6125 compatible

Message ID 20210523211556.731976-1-martin.botka@somainline.org (mailing list archive)
State Accepted
Headers show
Series [V2,1/5] soc: qcom: smd-rpm: Add SM6125 compatible | expand

Commit Message

Martin Botka May 23, 2021, 9:15 p.m. UTC
Add a compatible for SM6125

Signed-off-by: Martin Botka <martin.botka@somainline.org>
---
Changes in V2:
Add commit description
 drivers/soc/qcom/smd-rpm.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/soc/qcom/smd-rpm.c b/drivers/soc/qcom/smd-rpm.c
index b93218cb50b5..53d0adb4d8c8 100644
--- a/drivers/soc/qcom/smd-rpm.c
+++ b/drivers/soc/qcom/smd-rpm.c
@@ -241,6 +241,7 @@  static const struct of_device_id qcom_smd_rpm_of_match[] = {
 	{ .compatible = "qcom,rpm-msm8996" },
 	{ .compatible = "qcom,rpm-msm8998" },
 	{ .compatible = "qcom,rpm-sdm660" },
+	{ .compatible = "qcom,rpm-sm6125" },
 	{ .compatible = "qcom,rpm-qcs404" },
 	{}
 };