Skip to content
Snippets Groups Projects
Commit 8eccde3e authored by Marek Vasut's avatar Marek Vasut
Browse files

ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 1


Apparently, in case of the DQ and DM, the value if the new_delay variable
is calculated, but the value is not used. Zap the entire code which does
calculate the value.

It is not clear to me whether or not the code is doing the right thing
in the first place. Right now, it calls scc_mgr_load_dq() and
scc_mgr_load_dm() respectively, but I suspect it might need to call
scc_mgr_apply_group_dq_out1_delay() and scc_mgr_apply_group_dm_out1_delay()
instead. This is something Altera must investigate.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
parent d41ea93a
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment