diff options
author | Andy Gross <agross@codeaurora.org> | 2015-09-24 14:18:51 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2015-12-14 23:58:32 -0600 |
commit | 1f0947fe3a7a8e013a6044aafaca4939b5999f2b (patch) | |
tree | 9dbaf9c8af2d7e3faac076780c995404b9dc7a10 /drivers/soc | |
parent | ea7a1f275cf0b5aff4cc171606a6a3f27f1c6a95 (diff) | |
download | linux-1f0947fe3a7a8e013a6044aafaca4939b5999f2b.tar.bz2 |
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')
-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) } static const struct of_device_id qcom_smd_rpm_of_match[] = { + { .compatible = "qcom,rpm-apq8084" }, + { .compatible = "qcom,rpm-msm8916" }, { .compatible = "qcom,rpm-msm8974" }, {} }; |