Commit 03761ab1 authored by Dinh Nguyen's avatar Dinh Nguyen

arm64: dts: stratix10: fill in clocks field for usb and watchdog

Populate the clocks field for USB and watchdog.
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 0cb140d0
...@@ -413,6 +413,7 @@ usb0: usb@ffb00000 { ...@@ -413,6 +413,7 @@ usb0: usb@ffb00000 {
phy-names = "usb2-phy"; phy-names = "usb2-phy";
resets = <&rst USB0_RESET>, <&rst USB0_OCP_RESET>; resets = <&rst USB0_RESET>, <&rst USB0_OCP_RESET>;
reset-names = "dwc2", "dwc2-ecc"; reset-names = "dwc2", "dwc2-ecc";
clocks = <&clkmgr STRATIX10_USB_CLK>;
status = "disabled"; status = "disabled";
}; };
...@@ -424,6 +425,7 @@ usb1: usb@ffb40000 { ...@@ -424,6 +425,7 @@ usb1: usb@ffb40000 {
phy-names = "usb2-phy"; phy-names = "usb2-phy";
resets = <&rst USB1_RESET>, <&rst USB1_OCP_RESET>; resets = <&rst USB1_RESET>, <&rst USB1_OCP_RESET>;
reset-names = "dwc2", "dwc2-ecc"; reset-names = "dwc2", "dwc2-ecc";
clocks = <&clkmgr STRATIX10_USB_CLK>;
status = "disabled"; status = "disabled";
}; };
...@@ -432,6 +434,7 @@ watchdog0: watchdog@ffd00200 { ...@@ -432,6 +434,7 @@ watchdog0: watchdog@ffd00200 {
reg = <0xffd00200 0x100>; reg = <0xffd00200 0x100>;
interrupts = <0 117 4>; interrupts = <0 117 4>;
resets = <&rst WATCHDOG0_RESET>; resets = <&rst WATCHDOG0_RESET>;
clocks = <&clkmgr STRATIX10_L4_SYS_FREE_CLK>;
status = "disabled"; status = "disabled";
}; };
...@@ -440,6 +443,7 @@ watchdog1: watchdog@ffd00300 { ...@@ -440,6 +443,7 @@ watchdog1: watchdog@ffd00300 {
reg = <0xffd00300 0x100>; reg = <0xffd00300 0x100>;
interrupts = <0 118 4>; interrupts = <0 118 4>;
resets = <&rst WATCHDOG1_RESET>; resets = <&rst WATCHDOG1_RESET>;
clocks = <&clkmgr STRATIX10_L4_SYS_FREE_CLK>;
status = "disabled"; status = "disabled";
}; };
...@@ -448,6 +452,7 @@ watchdog2: watchdog@ffd00400 { ...@@ -448,6 +452,7 @@ watchdog2: watchdog@ffd00400 {
reg = <0xffd00400 0x100>; reg = <0xffd00400 0x100>;
interrupts = <0 125 4>; interrupts = <0 125 4>;
resets = <&rst WATCHDOG2_RESET>; resets = <&rst WATCHDOG2_RESET>;
clocks = <&clkmgr STRATIX10_L4_SYS_FREE_CLK>;
status = "disabled"; status = "disabled";
}; };
...@@ -456,6 +461,7 @@ watchdog3: watchdog@ffd00500 { ...@@ -456,6 +461,7 @@ watchdog3: watchdog@ffd00500 {
reg = <0xffd00500 0x100>; reg = <0xffd00500 0x100>;
interrupts = <0 126 4>; interrupts = <0 126 4>;
resets = <&rst WATCHDOG3_RESET>; resets = <&rst WATCHDOG3_RESET>;
clocks = <&clkmgr STRATIX10_L4_SYS_FREE_CLK>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment