Re: [U-Boot] [PATCH v2 1/4] aspeed: Add drivers common to all Aspeed SoCs

2017-01-10 Thread Tom Rini
On Mon, Jan 09, 2017 at 05:50:37PM -0800, Maxim Sloyko wrote: > Add support for Watchdog Timer, which is compatible with AST2400 and > AST2500 watchdogs. There is no uclass for Watchdog yet, so the driver > does not follow the driver model. It also uses fixed clock, so no clock > driver is needed.

[U-Boot] [PATCH v2 1/4] aspeed: Add drivers common to all Aspeed SoCs

2017-01-09 Thread Maxim Sloyko
Add support for Watchdog Timer, which is compatible with AST2400 and AST2500 watchdogs. There is no uclass for Watchdog yet, so the driver does not follow the driver model. It also uses fixed clock, so no clock driver is needed. Add support for timer for Aspeed ast2400/ast2500 devices. The driver