Skip to content
  • Simon Goldschmidt's avatar
    arm: socfpga: remove re-added ad-hoc reset code · 430b42f7
    Simon Goldschmidt authored and Marek Vasut's avatar Marek Vasut committed
    commit c5de2b7e ("arm: socfpga: implement proper peripheral reset")
    has removed the call to 'reset_deassert_peripherals_handoff()' from
    socfpga gen5 SPL since the reset driver now handles resets. However,
    commit c1d4b464 ("ARM: socfpga: Disable bridges in SPL unless booting from FPGA")
    has re-added this ad-hoc reset code, so that all peripherals were now
    again enabled instead of letting the drivers enable them by request.
    
    While at it, remove this function for gen5 as it should not be used.
    
    Fixes: commit c1d4b464
    
     ("ARM: socfpga: Disable bridges in SPL unless booting from FPGA")
    Signed-off-by: default avatarSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
    430b42f7