Message ID | 20220921004534.151990-2-konrad.dybcio@somainline.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v2,1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375 | expand |
On 21/09/2022 02:45, Konrad Dybcio wrote: > Add a compatible for the SM6375 SoC. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> > --- > Changes since v1: > - changed the compatible to match the style used in the file > > 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 413f9f4ae9cd..15671a917fb9 100644 > --- a/drivers/soc/qcom/smd-rpm.c > +++ b/drivers/soc/qcom/smd-rpm.c > @@ -246,6 +246,7 @@ static const struct of_device_id qcom_smd_rpm_of_match[] = { > { .compatible = "qcom,rpm-sdm660" }, > { .compatible = "qcom,rpm-sm6115" }, > { .compatible = "qcom,rpm-sm6125" }, > + { .compatible = "qcom,rpm-sm6375" }, > { .compatible = "qcom,rpm-qcm2290" }, > { .compatible = "qcom,rpm-qcs404" }, > {} Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
diff --git a/drivers/soc/qcom/smd-rpm.c b/drivers/soc/qcom/smd-rpm.c index 413f9f4ae9cd..15671a917fb9 100644 --- a/drivers/soc/qcom/smd-rpm.c +++ b/drivers/soc/qcom/smd-rpm.c @@ -246,6 +246,7 @@ static const struct of_device_id qcom_smd_rpm_of_match[] = { { .compatible = "qcom,rpm-sdm660" }, { .compatible = "qcom,rpm-sm6115" }, { .compatible = "qcom,rpm-sm6125" }, + { .compatible = "qcom,rpm-sm6375" }, { .compatible = "qcom,rpm-qcm2290" }, { .compatible = "qcom,rpm-qcs404" }, {}
Add a compatible for the SM6375 SoC. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> --- Changes since v1: - changed the compatible to match the style used in the file drivers/soc/qcom/smd-rpm.c | 1 + 1 file changed, 1 insertion(+)