Commit 1e846662 authored by li hongming's avatar li hongming

Enable PPS output when SFP0 is not connected with upper link WR device.

parent 008c72be
...@@ -188,7 +188,7 @@ static int wrc_check_link(void) ...@@ -188,7 +188,7 @@ static int wrc_check_link(void)
/* special case */ /* special case */
if (port==0) { if (port==0) {
spll_init(SPLL_MODE_FREE_RUNNING_MASTER, 0, 1); spll_init(SPLL_MODE_FREE_RUNNING_MASTER, 0, 1);
shw_pps_gen_enable_output(0); shw_pps_gen_enable_output(1);
} }
rv = 1; rv = 1;
} else { } else {
......
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