Re: [U-Boot] [PATCH 1/3] board: atmel: sama5d2_icp: add periph reset in SPL hw init

2019-05-14 Thread Eugen.Hristev
On 08.05.2019 15:58, Eugen Hristev - M18282 wrote: > From: Eugen Hristev > > Some periphs on the board need to be reset by holding their reset GPIO down > for a specific time period. > On a warm reset, the periphs are not being reset by any reset pin and may be > in a wrong state. > Reset them

[U-Boot] [PATCH 1/3] board: atmel: sama5d2_icp: add periph reset in SPL hw init

2019-05-08 Thread Eugen.Hristev
From: Eugen Hristev Some periphs on the board need to be reset by holding their reset GPIO down for a specific time period. On a warm reset, the periphs are not being reset by any reset pin and may be in a wrong state. Reset them in the SPL to make sure we are booting into the correct state machi