Re: [PATCH 0/2] Add reset deassertion for Aspeed MDIO

From: Andrew Lunn
Date: Tue Mar 22 2022 - 08:18:26 EST


> Do I still need to add a reset assertion/deassertion if the hardware
> asserts the reset by default?

One use case would be kexec when one kernel is used to boot another
kernel. But since this is shared by multiple busses, it is probably
not worth the complexity unless that is something you expect you
customers to do, e.g. during kernel development work.

Andrew