diff mbox series

[2/2] soc: qcom: smd-rpm: Add SM6375 compatible

Message ID 20220716192743.454168-2-konrad.dybcio@somainline.org
State New
Headers show
Series [1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375 | expand

Commit Message

Konrad Dybcio July 16, 2022, 7:27 p.m. UTC
Add a compatible for the SM6375 SoC.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 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 30dda1af63c8..f9fb55492820 100644
--- a/drivers/soc/qcom/smd-rpm.c
+++ b/drivers/soc/qcom/smd-rpm.c
@@ -247,6 +247,7 @@  static const struct of_device_id qcom_smd_rpm_of_match[] = {
 	{ .compatible = "qcom,rpm-sm6125" },
 	{ .compatible = "qcom,rpm-qcm2290" },
 	{ .compatible = "qcom,rpm-qcs404" },
+	{ .compatible = "qcom,sm6375-rpm" },
 	{}
 };
 MODULE_DEVICE_TABLE(of, qcom_smd_rpm_of_match);