[openwrt/openwrt] lantiq: kernel 4.14: fix vr9 reboot mask
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 4 00:16:36 PDT 2018
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/0c26264dee0f870ebbd3b06508561c1c5d459530
commit 0c26264dee0f870ebbd3b06508561c1c5d459530
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Tue Mar 27 23:06:24 2018 +0200
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 at kresin.me>
---
target/linux/lantiq/files-4.14/arch/mips/boot/dts/vr9.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 77e0cba..1bc1d60 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>;
};
};
};
More information about the lede-commits
mailing list