From f3da2ebf90f74aee9b7840e34bff16292be8d712 Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Mon, 11 Mar 2019 11:17:05 +0100 Subject: [PATCH] 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 --- 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 dd810cac9a..6e8f0d1300 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 @@ -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>; }; -- 2.35.1