Commit 70455ac7 authored by Thor Thayer's avatar Thor Thayer Committed by Dinh Nguyen
Browse files

arm64: dts: stratix10: Add SPI node clocks for Stratix10



Add the required clocks for the new Stratix10 clock bindings
to the SPI nodes.

Signed-off-by: default avatarThor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 84f95684
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -316,6 +316,7 @@ spi0: spi@ffda4000 {
			resets = <&rst SPIM0_RESET>;
			reg-io-width = <4>;
			num-cs = <4>;
			clocks = <&clkmgr STRATIX10_L4_MAIN_CLK>;
			status = "disabled";
		};

@@ -328,6 +329,7 @@ spi1: spi@ffda5000 {
			resets = <&rst SPIM1_RESET>;
			reg-io-width = <4>;
			num-cs = <4>;
			clocks = <&clkmgr STRATIX10_L4_MAIN_CLK>;
			status = "disabled";
		};