lantiq: kernel 4.14: Remove reboot/remove reset asserts
authorMathias Kresin <dev@kresin.me>
Tue, 27 Mar 2018 21:48:05 +0000 (23:48 +0200)
committerMathias Kresin <dev@kresin.me>
Mon, 7 May 2018 16:53:08 +0000 (18:53 +0200)
commitef19747b6ce332ec5d4d76eda0efbe939eb49cec
treeb1fbe8102f45085f6e8574e26e1e19b790f3f255
parent99f10b193e24c59b43382f5e7739bc83853382cf
lantiq: kernel 4.14: Remove reboot/remove reset asserts

Backport patch accepted upstream which removes the reset asserts of the
xrx200 gphy driver on reboot/remove.

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
these bits to be set, 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 of the first reset register, the
resets of the second reset register arn't required any more.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/patches-4.14/0025-MIPS-lantiq-gphy-Remove-reboot-remove-reset-asserts.patch [new file with mode: 0644]