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 <robh@kernel.org> Link: https://lore.kernel.org/lkml/20220526014141.2872567-1-robh@kernel.org/ Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent f2906aa commit 294b211

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)