diff options
author | Mathias Kresin <dev@kresin.me> | 2018-03-27 23:06:24 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-04-04 09:09:51 +0200 |
commit | 0c26264dee0f870ebbd3b06508561c1c5d459530 (patch) | |
tree | e72e8d2b312d835ad9752b94fd5e87a98cbceac6 /target | |
parent | 8db84cc0ee70382ea7f861691f73252cc7d3dfb3 (diff) | |
download | upstream-0c26264dee0f870ebbd3b06508561c1c5d459530.tar.gz upstream-0c26264dee0f870ebbd3b06508561c1c5d459530.tar.bz2 upstream-0c26264dee0f870ebbd3b06508561c1c5d459530.zip |
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 <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/files-4.14/arch/mips/boot/dts/vr9.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; }; }; }; |