]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: stratix10: fill in clocks field for usb and watchdog
authorDinh Nguyen <dinguyen@kernel.org>
Wed, 6 Jun 2018 17:07:12 +0000 (12:07 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 2 Jul 2018 13:44:15 +0000 (08:44 -0500)
Populate the clocks field for USB and watchdog.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

index 47fa4b45032487de509eea83485c91e228ff66a5..1412e98fe4c4aecdea5f82ec8ab0f9b3c5adf1b6 100644 (file)
@@ -413,6 +413,7 @@ usb0: usb@ffb00000 {
                        phy-names = "usb2-phy";
                        resets = <&rst USB0_RESET>, <&rst USB0_OCP_RESET>;
                        reset-names = "dwc2", "dwc2-ecc";
+                       clocks = <&clkmgr STRATIX10_USB_CLK>;
                        status = "disabled";
                };
 
@@ -424,6 +425,7 @@ usb1: usb@ffb40000 {
                        phy-names = "usb2-phy";
                        resets = <&rst USB1_RESET>, <&rst USB1_OCP_RESET>;
                        reset-names = "dwc2", "dwc2-ecc";
+                       clocks = <&clkmgr STRATIX10_USB_CLK>;
                        status = "disabled";
                };
 
@@ -432,6 +434,7 @@ watchdog0: watchdog@ffd00200 {
                        reg = <0xffd00200 0x100>;
                        interrupts = <0 117 4>;
                        resets = <&rst WATCHDOG0_RESET>;
+                       clocks = <&clkmgr STRATIX10_L4_SYS_FREE_CLK>;
                        status = "disabled";
                };
 
@@ -440,6 +443,7 @@ watchdog1: watchdog@ffd00300 {
                        reg = <0xffd00300 0x100>;
                        interrupts = <0 118 4>;
                        resets = <&rst WATCHDOG1_RESET>;
+                       clocks = <&clkmgr STRATIX10_L4_SYS_FREE_CLK>;
                        status = "disabled";
                };
 
@@ -448,6 +452,7 @@ watchdog2: watchdog@ffd00400 {
                        reg = <0xffd00400 0x100>;
                        interrupts = <0 125 4>;
                        resets = <&rst WATCHDOG2_RESET>;
+                       clocks = <&clkmgr STRATIX10_L4_SYS_FREE_CLK>;
                        status = "disabled";
                };
 
@@ -456,6 +461,7 @@ watchdog3: watchdog@ffd00500 {
                        reg = <0xffd00500 0x100>;
                        interrupts = <0 126 4>;
                        resets = <&rst WATCHDOG3_RESET>;
+                       clocks = <&clkmgr STRATIX10_L4_SYS_FREE_CLK>;
                        status = "disabled";
                };