]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
soc: qcom: smd-rpm: Add msm8996 compatibility
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 28 Mar 2017 05:26:35 +0000 (22:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Mar 2017 00:58:08 +0000 (17:58 -0700)
With the RPM driver transitioned to RPMSG we can reuse the SMD-RPM
driver ontop of GLINK for 8996, without any modifications.

Acked-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/soc/qcom/smd-rpm.c

index 0dcf1bf331261145d1af1f65c4c9ffcc3846f21f..c2346752b3eaacdc64fb30bfefd2a53bc05add83 100644 (file)
@@ -225,6 +225,7 @@ static const struct of_device_id qcom_smd_rpm_of_match[] = {
        { .compatible = "qcom,rpm-apq8084" },
        { .compatible = "qcom,rpm-msm8916" },
        { .compatible = "qcom,rpm-msm8974" },
+       { .compatible = "qcom,rpm-msm8996" },
        {}
 };
 MODULE_DEVICE_TABLE(of, qcom_smd_rpm_of_match);