aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
diff options
context:
space:
mode:
authorAndy Gross <andy.gross@linaro.org>2017-01-11 16:58:03 -0600
committerAndy Gross <andy.gross@linaro.org>2017-01-16 23:07:41 -0600
commitb58a2d31f946f09f507f8a9a59a3356e375c6782 (patch)
treef2cab11df6a580936f1ca87ebafbca50e6c82953 /drivers/firmware
parentfirmware: qcom: scm: Add empty functions to help compile testing (diff)
downloadlinux-dev-b58a2d31f946f09f507f8a9a59a3356e375c6782.tar.xz
linux-dev-b58a2d31f946f09f507f8a9a59a3356e375c6782.zip
firmware: qcom: scm: Mask APQ8064 core clk dependency
This patch masks the core clk requirement for the APQ8064. Until the other peripherals correctly describe their clock dependencies or the bus driver is put in place to handle the RPM dependencies, this bit will remain masked. Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'drivers/firmware')
-rw-r--r--drivers/firmware/qcom_scm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/qcom_scm.c b/drivers/firmware/qcom_scm.c
index 893f953eaccf..65d0d9d64ebb 100644
--- a/drivers/firmware/qcom_scm.c
+++ b/drivers/firmware/qcom_scm.c
@@ -387,7 +387,7 @@ static int qcom_scm_probe(struct platform_device *pdev)
static const struct of_device_id qcom_scm_dt_match[] = {
{ .compatible = "qcom,scm-apq8064",
- .data = (void *) SCM_HAS_CORE_CLK,
+ /* FIXME: This should have .data = (void *) SCM_HAS_CORE_CLK */
},
{ .compatible = "qcom,scm-msm8660",
.data = (void *) SCM_HAS_CORE_CLK,