On Sun, Apr 08, 2018 at 10:30:03AM +0200, Mathias Kresin wrote:
While doing a global software reset, these bits are not cleared and let some bootloader fail to initialise the GPHYs. The bootloader don't expect the GPHYs in reset, as they aren't during power on.
The asserts were a workaround for a wrong syscon-reboot mask. With a mask set which includes the GPHY resets, these resets aren't required any more.
Fixes: 126534141b45 ("MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd") Cc: stable@vger.kernel.org # 4.14+ Signed-off-by: Mathias Kresin dev@kresin.me
Applied for 4.17. Thanks for the acks/reviews folk!
Thanks James