Commit 57c5e139 authored by Federico Vaga's avatar Federico Vaga

rt: reset fine-delay on boot

Without resetting the fine-delay the RT application doesn't work. It
crashes as soon as it tries to access the FD.
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 1ae74421
......@@ -682,6 +682,12 @@ main()
int loops =0;
/* reset Fine Delay */
dp_writel( (0xdead << 16) | 0x0, 0x0);
delay(1000);
dp_writel( (0xdead << 16) | 0x3, 0x0);
delay(1000);
pp_printf("RT_FD firmware initialized.");
......
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