OSDN Git Service

firmware: qcom: scm: Mask APQ8064 core clk dependency
authorAndy Gross <andy.gross@linaro.org>
Wed, 11 Jan 2017 22:58:03 +0000 (16:58 -0600)
committerAndy Gross <andy.gross@linaro.org>
Tue, 17 Jan 2017 05:07:41 +0000 (23:07 -0600)
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>
drivers/firmware/qcom_scm.c

index 893f953..65d0d9d 100644 (file)
@@ -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,