瀏覽代碼

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 <[email protected]>
Mathias Kresin 7 年之前
父節點
當前提交
0c26264dee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/lantiq/files-4.14/arch/mips/boot/dts/vr9.dtsi

+ 1 - 1
target/linux/lantiq/files-4.14/arch/mips/boot/dts/vr9.dtsi

@@ -154,7 +154,7 @@
 
 				regmap = <&rcu0>;
 				offset = <0x10>;
-				mask = <0x40000000>;
+				mask = <0xe0000000>;
 			};
 		};
 	};