
On Wed, Jul 24, 2019 at 9:31 AM Marek Vasut marex@denx.de wrote:
On 7/23/19 10:27 PM, Simon Goldschmidt wrote:
This moves disabling all peripherals from ad-hoc code in arch/arm to the socfpga reset driver.
That doesn't seem like what the patch does.
D'oh, you're right. I messed that up during development. In effect, this patch leaves periph reset like it was set by the boot rom.
I'll have to work on v2 for that. Moving this code up is nevertheless required to have the reset driver available for the clock manager etc.
Regards, Simon
Also, the WDT has to be kept enabled, is that functionality retained ?
To do this, DM initialization and UCLASS_RESET probing has to be done earlier in the SPL.
Signed-off-by: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com
[...]