Re: [v3 1/2] reset: ast2500: Use SCU for reset control

2020-10-22 Thread Tom Rini
On Thu, Oct 15, 2020 at 10:25:13AM +0800, Chia-Wei, Wang wrote: > The System Control Unit (SCU) controller of Aspeed > SoCs provides the reset control for each peripheral. > > This patch refactors the reset method to leverage > the SCU reset control. Thus the driver dependency > on watchdog

[v3 1/2] reset: ast2500: Use SCU for reset control

2020-10-14 Thread Chia-Wei, Wang
The System Control Unit (SCU) controller of Aspeed SoCs provides the reset control for each peripheral. This patch refactors the reset method to leverage the SCU reset control. Thus the driver dependency on watchdog including dedicated WDT API and reset flag encoding can be eliminated. The