arm64: dts: stratix10: Add SPI node clocks for Stratix10
authorThor Thayer <thor.thayer@linux.intel.com>
Wed, 27 Jun 2018 17:50:27 +0000 (12:50 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 2 Jul 2018 13:44:15 +0000 (08:44 -0500)
Add the required clocks for the new Stratix10 clock bindings
to the SPI nodes.

Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

index a77bde19a9d31b2008aa2b48d96b36b5ad2be384..d033da401c268a79290708569a3ba92566657edd 100644 (file)
                        resets = <&rst SPIM0_RESET>;
                        reg-io-width = <4>;
                        num-cs = <4>;
+                       clocks = <&clkmgr STRATIX10_L4_MAIN_CLK>;
                        status = "disabled";
                };
 
                        resets = <&rst SPIM1_RESET>;
                        reg-io-width = <4>;
                        num-cs = <4>;
+                       clocks = <&clkmgr STRATIX10_L4_MAIN_CLK>;
                        status = "disabled";
                };