soc: qcom: smd-rpm: Add existing platform support
authorAndy Gross <agross@codeaurora.org>
Thu, 24 Sep 2015 19:18:51 +0000 (14:18 -0500)
committerAndy Gross <andy.gross@linaro.org>
Tue, 15 Dec 2015 05:58:32 +0000 (23:58 -0600)
This patch adds support for all current Qualcomm platforms which utilize
RPM over SMD.  This includes both MSM8916 and APQ8084.

Reviewed-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Andy Gross <agross@codeaurora.org>
drivers/soc/qcom/smd-rpm.c

index 2969321e1b095fa6869e23e95a6825748d8ed58d..731fa066f712ebdd9a66135c773e6e7ce619c75d 100644 (file)
@@ -219,6 +219,8 @@ static void qcom_smd_rpm_remove(struct qcom_smd_device *sdev)
 }
 
 static const struct of_device_id qcom_smd_rpm_of_match[] = {
+       { .compatible = "qcom,rpm-apq8084" },
+       { .compatible = "qcom,rpm-msm8916" },
        { .compatible = "qcom,rpm-msm8974" },
        {}
 };