devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] riscv: dts: microchip: remove spi-max-frequency property
@ 2022-05-26 14:29 Conor Dooley
  0 siblings, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2022-05-26 14:29 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Palmer Dabbelt
  Cc: Paul Walmsley, Palmer Dabbelt, Albert Ou, Conor Dooley,
	Daire McNamara, Cyril Jean, devicetree, linux-riscv,
	linux-kernel, Rob Herring

spi-max-frequency property is supposed to be a per SPI peripheral device
property, not a SPI controller property, so drop 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>
---
 arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi b/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi
index c5c9d1360de0..40b11b530bca 100644
--- a/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi
+++ b/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi
@@ -274,7 +274,6 @@ spi0: spi@20108000 {
 			interrupt-parent = <&plic>;
 			interrupts = <54>;
 			clocks = <&clkcfg CLK_SPI0>;
-			spi-max-frequency = <25000000>;
 			status = "disabled";
 		};
 
@@ -286,7 +285,6 @@ spi1: spi@20109000 {
 			interrupt-parent = <&plic>;
 			interrupts = <55>;
 			clocks = <&clkcfg CLK_SPI1>;
-			spi-max-frequency = <25000000>;
 			status = "disabled";
 		};
 
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] riscv: dts: microchip: remove spi-max-frequency property
  2022-06-16  6:42 Nagasuresh Relli
@ 2022-06-16 15:17 ` Conor Dooley
  0 siblings, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2022-06-16 15:17 UTC (permalink / raw)
  To: nagasuresh.relli, robh+dt, krzysztof.kozlowski+dt, palmer
  Cc: Conor Dooley, linux-riscv, robh, paul.walmsley, linux-kernel,
	aou, daire.mcnamara, devicetree

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] riscv: dts: microchip: remove spi-max-frequency property
@ 2022-06-16  6:42 Nagasuresh Relli
  2022-06-16 15:17 ` Conor Dooley
  0 siblings, 1 reply; 3+ messages in thread
From: Nagasuresh Relli @ 2022-06-16  6:42 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, palmer
  Cc: nagasuresh.relli, paul.walmsley, aou, conor.dooley,
	daire.mcnamara, devicetree, linux-riscv, linux-kernel,
	Rob Herring

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(-)

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";
 		};
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-16 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26 14:29 [PATCH] riscv: dts: microchip: remove spi-max-frequency property Conor Dooley
2022-06-16  6:42 Nagasuresh Relli
2022-06-16 15:17 ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).