Skip to content

Commit 294b211

Browse files
committed
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: Rob Herring <[email protected]> Link: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Conor Dooley <[email protected]>
1 parent f2906aa commit 294b211

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/riscv/boot/dts/microchip/mpfs.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@
290290
interrupt-parent = <&plic>;
291291
interrupts = <55>;
292292
clocks = <&clkcfg CLK_SPI1>;
293-
spi-max-frequency = <25000000>;
294293
status = "disabled";
295294
};
296295

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

0 commit comments

Comments
 (0)