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 |
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 --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"; };
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(-)