devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/4] ARM: dts: microchip: sam9x60ek: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
@ 2025-05-21  5:43 Manikandan Muralidharan
  2025-05-21  5:43 ` [PATCH v2 2/4] ARM: dts: microchip: sama5d27_som1: " Manikandan Muralidharan
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Manikandan Muralidharan @ 2025-05-21  5:43 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
	claudiu.beznea, tudor.ambarus, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Manikandan Muralidharan

The naming scheme for delay properties includes "delay" in the name,
so renaming spi-cs-setup-ns property to spi-cs-setup-delay-ns.

Fixes: 2c0a1faa4da5 ("ARM: dts: at91: sam9x60ek: Set sst26vf064b SPI NOR flash at its maximum frequency")
Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
---
changes in v2:
- add fixes tag
---
 arch/arm/boot/dts/microchip/at91-sam9x60ek.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sam9x60ek.dts b/arch/arm/boot/dts/microchip/at91-sam9x60ek.dts
index cdc56b53299d..c1ff3248bd8f 100644
--- a/arch/arm/boot/dts/microchip/at91-sam9x60ek.dts
+++ b/arch/arm/boot/dts/microchip/at91-sam9x60ek.dts
@@ -609,7 +609,7 @@ flash@0 {
 		compatible = "jedec,spi-nor";
 		reg = <0>;
 		spi-max-frequency = <104000000>;
-		spi-cs-setup-ns = <7>;
+		spi-cs-setup-delay-ns = <7>;
 		spi-tx-bus-width = <4>;
 		spi-rx-bus-width = <4>;
 		m25p,fast-read;
-- 
2.25.1


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

end of thread, other threads:[~2025-07-05  7:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-21  5:43 [PATCH v2 1/4] ARM: dts: microchip: sam9x60ek: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns Manikandan Muralidharan
2025-05-21  5:43 ` [PATCH v2 2/4] ARM: dts: microchip: sama5d27_som1: " Manikandan Muralidharan
2025-05-21  7:31   ` Alexander Dahl
2025-06-07 11:06   ` Claudiu Beznea
2025-07-05  7:32   ` Claudiu Beznea
2025-05-21  5:43 ` [PATCH v2 3/4] ARM: dts: microchip: sama5d27_wlsom1: " Manikandan Muralidharan
2025-06-07 11:06   ` Claudiu Beznea
2025-07-05  7:33   ` Claudiu Beznea
2025-05-21  5:43 ` [PATCH v2 4/4] ARM: dts: microchip: sama5d2_icp: " Manikandan Muralidharan
2025-06-07 11:06   ` Claudiu Beznea
2025-06-07 11:06   ` Claudiu Beznea
2025-07-05  7:33   ` Claudiu Beznea
2025-05-21  7:30 ` [PATCH v2 1/4] ARM: dts: microchip: sam9x60ek: " Alexander Dahl
2025-07-05  7:32 ` Claudiu Beznea

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