Commit 56e65555 authored by Federico Vaga's avatar Federico Vaga

sw:drv: init IODELAY_ADJ to 0

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent a5b2f0e1
......@@ -306,6 +306,8 @@ int fd_probe(struct platform_device *pdev)
}
}
fd_writel(fd, 0, FD_REG_IODELAY_ADJ);
/* Finally, enable the input emgine */
ret = fd_irq_init(fd);
if (ret < 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