Skip to content
Snippets Groups Projects
  • Marek Vasut's avatar
    8eccde3e
    ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 1 · 8eccde3e
    Marek Vasut authored
    
    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>
    8eccde3e
    History
    ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 1
    Marek Vasut authored
    
    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>