Re: [U-Boot] [PATCH v1 07/15] aspeed: Refactor AST2500 RAM Driver and Sysreset Driver

2017-04-18 Thread Simon Glass
On 17 April 2017 at 13:00, Maxim Sloyko wrote: > This change switches all existing users of ast2500 Watchdog to Driver > Model based Watchdog driver. > > To perform system reset Sysreset Driver uses first Watchdog device found > via uclass_first_device call. Since the system is

[U-Boot] [PATCH v1 07/15] aspeed: Refactor AST2500 RAM Driver and Sysreset Driver

2017-04-17 Thread Maxim Sloyko
This change switches all existing users of ast2500 Watchdog to Driver Model based Watchdog driver. To perform system reset Sysreset Driver uses first Watchdog device found via uclass_first_device call. Since the system is going to be reset anyway it does not make much difference which watchdog is