Messages in this thread Patch in this message |  | | From | Martin Botka <> | Subject | [PATCH V2 1/5] soc: qcom: smd-rpm: Add SM6125 compatible | Date | Sun, 23 May 2021 23:15:52 +0200 |
| |
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 --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" }, {} }; -- 2.31.1
|  |