Commit 17c5c04a authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

softpll: reset lock detector and PI on init

parent 3a18f676
......@@ -45,6 +45,8 @@ static void mpll_init(struct spll_main_state *s, int id_ref, int id_out)
s->id_ref = id_ref;
s->id_out = id_out;
pi_init(&s->pi);
ld_init(&s->ld);
}
static void mpll_start(struct spll_main_state *s)
......
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