提交 33af8ca0 编写于 作者: D Dinh Nguyen

arm64: dts: stratix10: add USB ECC reset bit

The USB IP on the Stratix10 SoC needs the USB OCP(ecc) bit to get de-asserted
as well for the USB IP to work properly.
Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
上级 15a9b85d
...@@ -335,8 +335,8 @@ ...@@ -335,8 +335,8 @@
interrupts = <0 93 4>; interrupts = <0 93 4>;
phys = <&usbphy0>; phys = <&usbphy0>;
phy-names = "usb2-phy"; phy-names = "usb2-phy";
resets = <&rst USB0_RESET>; resets = <&rst USB0_RESET>, <&rst USB0_OCP_RESET>;
reset-names = "dwc2"; reset-names = "dwc2", "dwc2-ecc";
status = "disabled"; status = "disabled";
}; };
...@@ -346,8 +346,8 @@ ...@@ -346,8 +346,8 @@
interrupts = <0 94 4>; interrupts = <0 94 4>;
phys = <&usbphy0>; phys = <&usbphy0>;
phy-names = "usb2-phy"; phy-names = "usb2-phy";
resets = <&rst USB1_RESET>; resets = <&rst USB1_RESET>, <&rst USB1_OCP_RESET>;
reset-names = "dwc2"; reset-names = "dwc2", "dwc2-ecc";
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册