summaryrefslogtreecommitdiff
path: root/tools/skl_compute_wrpll.c
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-06-25 17:48:50 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2015-06-25 17:49:34 +0100
commit26336385ac1f32ce2a0160558d08af9d090c4286 (patch)
treedf27679b7020de982c603760d8e293849121cd5a /tools/skl_compute_wrpll.c
parentdfebf08d9a21146e4d53ddb684e71b934d96bc59 (diff)
skl_compute_wrpll: Sync a comment with from the kernel code
Might as well try to keep the code in both this test and the kernel as close as possible. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'tools/skl_compute_wrpll.c')
-rw-r--r--tools/skl_compute_wrpll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/skl_compute_wrpll.c b/tools/skl_compute_wrpll.c
index 5468b58b..1cc2343a 100644
--- a/tools/skl_compute_wrpll.c
+++ b/tools/skl_compute_wrpll.c
@@ -270,6 +270,7 @@ static void skl_wrpll_context_init(struct skl_wrpll_context *ctx)
ctx->min_deviation = U64_MAX;
}
+/* DCO freq must be within +1%/-6% of the DCO central freq */
#define SKL_MAX_PDEVIATION 100
#define SKL_MAX_NDEVIATION 600