diff mbox

[i-g-t,1/2] skl_compute_wrpll: Sync a comment with from the kernel code

Message ID 1435251640-6984-1-git-send-email-damien.lespiau@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lespiau, Damien June 25, 2015, 5 p.m. UTC
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>
---
 tools/skl_compute_wrpll.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/tools/skl_compute_wrpll.c b/tools/skl_compute_wrpll.c
index 5468b58..1cc2343 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