Re: [PATCH v2 0/7] toradex: fix reset and hardware detection regressions

2024-03-01 Thread Tom Rini
On Fri, 23 Feb 2024 10:11:36 +0100, Francesco Dolcini wrote:

> From: Francesco Dolcini 
> 
> This series fixes two regressions affecting multiple Toradex boards
> (i.MX, TI and TEGRA based) and targets the current master, e.g. v2024.04
> release.
> 
> U-Boot `reset` command is broken on all Tordex i.MX6* based SoMs since
> v2023.07, this series fixes it enabling the `wdt-reboot` driver.
> 
> [...]

Applied to u-boot/master, thanks!

-- 
Tom




Re: [PATCH v2 0/7] toradex: fix reset and hardware detection regressions

2024-02-23 Thread Fabio Estevam
On Fri, Feb 23, 2024 at 6:11 AM Francesco Dolcini  wrote:
>
> From: Francesco Dolcini 
>
> This series fixes two regressions affecting multiple Toradex boards
> (i.MX, TI and TEGRA based) and targets the current master, e.g. v2024.04
> release.
>
> U-Boot `reset` command is broken on all Tordex i.MX6* based SoMs since
> v2023.07, this series fixes it enabling the `wdt-reboot` driver.
>
> Since v2024.04-rc1 reading the Toradex configuration block is not working
> properly anymore, the serial number and the hardware version are not read
> correctly, preventing the board from functioning correctly (wrong mac address,
> wrong DT, ...). This is fixed by reading the config block in `EVT_SETTINGS_R`
> and adding a toradex sysinfo driver. In addition to that, we now use a random
> mac address in case the config block is invalid.
>
>
> Reported-by: Sahaj Sarup 
> Closes: 
> https://lore.kernel.org/all/CAKZ1LvM45MB8N0CqgU+C7i9=bjb6kqntxwo2tv407hklwtc...@mail.gmail.com/
> Reported-by: Marcel Ziswiler 
> Closes: 
> https://lore.kernel.org/all/e40ed93bd8f371ec56b8fc451dcb458f3ce6dcba.ca...@toradex.com/
> Reported-by: Francesco Dolcini 
> Closes: https://lore.kernel.org/all/ZY2ZDWAQuTlRjV9H@francesco-nb/

For the series:

Reviewed-by: Fabio Estevam