Commit 294b2111 authored by Conor Dooley's avatar Conor Dooley
Browse files

riscv: dts: microchip: remove spi-max-frequency property



spi-max-frequency property is supposed to be a per SPI peripheral device
property, not a SPI controller property, so remove it.

Reported-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/lkml/20220526014141.2872567-1-robh@kernel.org/


Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
parent f2906aa8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -290,7 +290,6 @@
			interrupt-parent = <&plic>;
			interrupts = <55>;
			clocks = <&clkcfg CLK_SPI1>;
			spi-max-frequency = <25000000>;
			status = "disabled";
		};

@@ -302,7 +301,6 @@
			interrupt-parent = <&plic>;
			interrupts = <85>;
			clocks = <&clkcfg CLK_QSPI>;
			spi-max-frequency = <25000000>;
			status = "disabled";
		};