diff mbox series

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

Message ID 20220616064251.586263-1-nagasuresh.relli@microchip.com (mailing list archive)
State New, archived
Headers show
Series riscv: dts: microchip: remove spi-max-frequency property | expand

Commit Message

Naga Sureshkumar Relli June 16, 2022, 6:42 a.m. UTC
Remove the spi-max-frequency property from the spi0 controller
node as it is supposed to be a per SPI peripheral device property.

Reported-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/lkml/20220526014141.2872567-1-robh@kernel.org/
Signed-off-by: Nagasuresh Relli <nagasuresh.relli@microchip.com>
---
 arch/riscv/boot/dts/microchip/mpfs.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Conor Dooley June 16, 2022, 3:17 p.m. UTC | #1
From: Conor Dooley <conor.dooley@microchip.com>

On Thu, 16 Jun 2022 12:12:51 +0530, Nagasuresh Relli wrote:
> Remove the spi-max-frequency property from the spi0 controller
> node as it is supposed to be a per SPI peripheral device property.
> 
> 

Applied to dt-for-next, thanks!

[1/1] riscv: dts: microchip: remove spi-max-frequency property
      https://git.kernel.org/conor/c/3f8ccf5f1a8c

Thanks,
Conor.
diff mbox series

Patch

diff --git a/arch/riscv/boot/dts/microchip/mpfs.dtsi b/arch/riscv/boot/dts/microchip/mpfs.dtsi
index fb963559ba96..1a5aa8836099 100644
--- a/arch/riscv/boot/dts/microchip/mpfs.dtsi
+++ b/arch/riscv/boot/dts/microchip/mpfs.dtsi
@@ -278,7 +278,6 @@  spi0: spi@20108000 {
 			interrupt-parent = <&plic>;
 			interrupts = <54>;
 			clocks = <&clkcfg CLK_SPI0>;
-			spi-max-frequency = <25000000>;
 			status = "disabled";
 		};