projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea7a1f2
)
soc: qcom: smd-rpm: Add existing platform support
author
Andy Gross
<agross@codeaurora.org>
Thu, 24 Sep 2015 19:18:51 +0000
(14:18 -0500)
committer
Andy 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/soc/qcom/smd-rpm.c
b/drivers/soc/qcom/smd-rpm.c
index 2969321e1b095fa6869e23e95a6825748d8ed58d..731fa066f712ebdd9a66135c773e6e7ce619c75d 100644
(file)
--- 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" },
{}
};