Commit bf69429f authored by Tristan Gingold's avatar Tristan Gingold

fw/tdc: do not enable fifo after init.

parent 8f7aa64a
......@@ -188,9 +188,6 @@ int tdc_init(void)
tdc_enable_acquisition(1);
/* Enable the TDC FIFO */
dp_writel(0x1f, BASE_DP_TDC_DIRECT + DR_REG_CHAN_ENABLE);
pr_debug("%s: TDC initialization complete\n\r", __func__);
return 0;
......
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