Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: qcom: smd-rpm: Add sdm660 compatible

Add the compatible for the RPM in SDM660, so that rpm resources can be
made available.

Signed-off-by: Craig Tatlor <ctatlor97@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>

authored by

Craig Tatlor and committed by
Andy Gross
4e2256d3 8cd09a3d

+2
+1
Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
··· 23 23 "qcom,rpm-msm8916" 24 24 "qcom,rpm-msm8974" 25 25 "qcom,rpm-msm8998" 26 + "qcom,rpm-sdm660" 26 27 "qcom,rpm-qcs404" 27 28 28 29 - qcom,smd-channels:
+1
drivers/soc/qcom/smd-rpm.c
··· 227 227 { .compatible = "qcom,rpm-msm8974" }, 228 228 { .compatible = "qcom,rpm-msm8996" }, 229 229 { .compatible = "qcom,rpm-msm8998" }, 230 + { .compatible = "qcom,rpm-sdm660" }, 230 231 { .compatible = "qcom,rpm-qcs404" }, 231 232 {} 232 233 };