From: Mathias Kresin Date: Tue, 27 Mar 2018 21:06:24 +0000 (+0200) Subject: lantiq: kernel 4.14: fix vr9 reboot mask X-Git-Tag: v18.06.0-rc1~480 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=0c26264dee0f870ebbd3b06508561c1c5d459530;p=openwrt%2F.git lantiq: kernel 4.14: fix vr9 reboot mask We need to reset the GPHYs on reboot as well. Otherwise the bootloader might have issues to reset/find the GPHYs. Signed-off-by: Mathias Kresin --- diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/vr9.dtsi b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/vr9.dtsi index 77e0cba30d..1bc1d608b9 100644 --- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/vr9.dtsi +++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/vr9.dtsi @@ -154,7 +154,7 @@ regmap = <&rcu0>; offset = <0x10>; - mask = <0x40000000>; + mask = <0xe0000000>; }; }; };