summaryrefslogtreecommitdiff
path: root/drivers/firmware/qcom_scm.c
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2016-06-03 23:25:26 (GMT)
committerAndy Gross <andy.gross@linaro.org>2016-06-24 18:34:00 (GMT)
commit6b1751a86ce2eb6ebbffa426a703a12f15bcea28 (patch)
tree590d675ae6b39dba91504ef06f1ca077e8cd0c4a /drivers/firmware/qcom_scm.c
parent16e59467a446514f971cc4669322ab387ca45155 (diff)
downloadlinux-6b1751a86ce2eb6ebbffa426a703a12f15bcea28.tar.xz
firmware: qcom: scm: Add support for ARM64 SoCs
Add an implementation of the SCM interface that works on ARM64 SoCs. This is used by things like determine if we have HDCP support or not on the system. Signed-off-by: Kumar Gala <galak@codeaurora.org> Signed-off-by: Andy Gross <andy.gross@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/firmware/qcom_scm.c')
-rw-r--r--drivers/firmware/qcom_scm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firmware/qcom_scm.c b/drivers/firmware/qcom_scm.c
index 937c64a..fca0744 100644
--- a/drivers/firmware/qcom_scm.c
+++ b/drivers/firmware/qcom_scm.c
@@ -190,6 +190,8 @@ static int qcom_scm_probe(struct platform_device *pdev)
__scm = scm;
__scm->dev = &pdev->dev;
+ __qcom_scm_init();
+
return 0;
}