Commit 05a0472d authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

softpll: increase samples threshold for locking external 10MHz

parent 0dd65d57
......@@ -28,7 +28,7 @@ void external_init(volatile struct spll_external_state *s, int ext_ref,
s->pi.bias = 32768;
/* Phase branch lock detection */
s->ld.threshold = 250;
s->ld.threshold = 1000;
s->ld.lock_samples = 10000;
s->ld.delock_samples = 9990;
s->ref_src = ext_ref;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment