diff options
| author | Andy Gross <agross@codeaurora.org> | 2015-09-24 15:18:51 -0400 |
|---|---|---|
| committer | Andy Gross <andy.gross@linaro.org> | 2015-12-15 00:58:32 -0500 |
| commit | 1f0947fe3a7a8e013a6044aafaca4939b5999f2b (patch) | |
| tree | 9dbaf9c8af2d7e3faac076780c995404b9dc7a10 /drivers/soc/qcom | |
| parent | ea7a1f275cf0b5aff4cc171606a6a3f27f1c6a95 (diff) | |
soc: qcom: smd-rpm: Add existing platform support
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>
Diffstat (limited to 'drivers/soc/qcom')
| -rw-r--r-- | drivers/soc/qcom/smd-rpm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/qcom/smd-rpm.c b/drivers/soc/qcom/smd-rpm.c index 2969321e1b09..731fa066f712 100644 --- a/drivers/soc/qcom/smd-rpm.c +++ b/drivers/soc/qcom/smd-rpm.c | |||
| @@ -219,6 +219,8 @@ static void qcom_smd_rpm_remove(struct qcom_smd_device *sdev) | |||
| 219 | } | 219 | } |
| 220 | 220 | ||
| 221 | static const struct of_device_id qcom_smd_rpm_of_match[] = { | 221 | static const struct of_device_id qcom_smd_rpm_of_match[] = { |
| 222 | { .compatible = "qcom,rpm-apq8084" }, | ||
| 223 | { .compatible = "qcom,rpm-msm8916" }, | ||
| 222 | { .compatible = "qcom,rpm-msm8974" }, | 224 | { .compatible = "qcom,rpm-msm8974" }, |
| 223 | {} | 225 | {} |
| 224 | }; | 226 | }; |
