soc: qcom: smd-rpm: Add QCS404 compatible
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 20 Sep 2018 01:45:40 +0000 (18:45 -0700)
committerAndy Gross <andy.gross@linaro.org>
Thu, 29 Nov 2018 06:01:11 +0000 (00:01 -0600)
This patch adds a compatible for the rpm on the Qualcomm QCS404 platform.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
drivers/soc/qcom/smd-rpm.c

index 89e1cb9212f6899a51851ee7488bd6b73cc24db6..ec95705ba692fbd7c93454d5392f49501246387d 100644 (file)
@@ -23,6 +23,7 @@ resources.
                    "qcom,rpm-msm8916"
                    "qcom,rpm-msm8974"
                    "qcom,rpm-msm8998"
+                   "qcom,rpm-qcs404"
 
 - qcom,smd-channels:
        Usage: required
index 93517ed833558cd6962443ea9d085bc776f75c0d..b8e63724a49d5a9b81acfd01fb50fc6d61310763 100644 (file)
@@ -227,6 +227,7 @@ static const struct of_device_id qcom_smd_rpm_of_match[] = {
        { .compatible = "qcom,rpm-msm8974" },
        { .compatible = "qcom,rpm-msm8996" },
        { .compatible = "qcom,rpm-msm8998" },
+       { .compatible = "qcom,rpm-qcs404" },
        {}
 };
 MODULE_DEVICE_TABLE(of, qcom_smd_rpm_of_match);