瀏覽代碼

lantiq: kernel 4.14: fix usb_phy1 reset status bit in vr9.dts

The status of USB PHY 1 Reset Domain is also in bit 5 of RST_STAT2.

Signed-off-by: Martin Schiller <[email protected]>
Martin Schiller 6 年之前
父節點
當前提交
f3da2ebf90
共有 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

@@ -143,7 +143,7 @@
 				reg = <0x34 4>, <0x3c 4>;
 				status = "disabled";
 
-				resets = <&reset1 5 4>, <&reset0 4 4>;
+				resets = <&reset1 5 5>, <&reset0 4 4>;
 				reset-names = "phy", "ctrl";
 				#phy-cells = <0>;
 			};