Unverified Commit 719a85a2 authored by Conor Dooley's avatar Conor Dooley Committed by Palmer Dabbelt
Browse files

riscv: dts: canaan: remove spi-max-frequency from controllers

parent 9bd61feb
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -451,7 +451,6 @@
				clock-names = "ssi_clk", "pclk";
				resets = <&sysrst K210_RST_SPI0>;
				reset-names = "spi";
				spi-max-frequency = <25000000>;
				num-cs = <4>;
				reg-io-width = <4>;
			};
@@ -467,7 +466,6 @@
				clock-names = "ssi_clk", "pclk";
				resets = <&sysrst K210_RST_SPI1>;
				reset-names = "spi";
				spi-max-frequency = <25000000>;
				num-cs = <4>;
				reg-io-width = <4>;
			};
@@ -483,8 +481,7 @@
				clock-names = "ssi_clk", "pclk";
				resets = <&sysrst K210_RST_SPI3>;
				reset-names = "spi";
				/* Could possibly go up to 200 MHz */
				spi-max-frequency = <100000000>;

				num-cs = <4>;
				reg-io-width = <4>;
			};