From: Andy Gross Date: Thu, 24 Sep 2015 19:18:51 +0000 (-0500) Subject: soc: qcom: smd-rpm: Add existing platform support X-Git-Tag: KARO-TXSD-2017-03-24~88^2~32^2~58 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3285efd82a944e0a162574dae74839dcb4018930;p=karo-tx-linux.git 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 Signed-off-by: Andy Gross --- 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" }, {} };