commit | aeb2c35b71a1c7ed390ff1c71b4bf67e33a53e11 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Jul 09 03:52:12 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:06 2015 +0200 |
tree | de81cb64cc73fbc523c4f06b07c039f58df17f1e | |
parent | 75f6b5c14b865d30a85289ddb9692c9957789a3f [diff] |
arm: socfpga: reset: Repair bridge reset handling The current bridge reset code, which de-asserted the bridge reset, was activelly polling whether the FPGA is programmed and ready and in case it was (!), the code called hang(). This makes no sense at all. Repair it such that the code instead checks whether the FPGA is programmed, but without any polling involved, and only if it is programmed, it de-asserts the reset. Signed-off-by: Marek Vasut <marex@denx.de>