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

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
......@@ -290,7 +290,6 @@ spi1: spi@20109000 {
interrupt-parent = <&plic>;
interrupts = <55>;
clocks = <&clkcfg CLK_SPI1>;
spi-max-frequency = <25000000>;
status = "disabled";
};
......@@ -302,7 +301,6 @@ qspi: spi@21000000 {
interrupt-parent = <&plic>;
interrupts = <85>;
clocks = <&clkcfg CLK_QSPI>;
spi-max-frequency = <25000000>;
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment