浏览代码

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>
Andy Gross 8 年之前
父节点
当前提交
b58a2d31f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/firmware/qcom_scm.c

+ 1 - 1
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,