* [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
* [PATCH v2 2/4] ARM: dts: microchip: sama5d27_som1: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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 ` Manikandan Muralidharan
2025-05-21 7:31 ` Alexander Dahl
` (2 more replies)
2025-05-21 5:43 ` [PATCH v2 3/4] ARM: dts: microchip: sama5d27_wlsom1: " Manikandan Muralidharan
` (3 subsequent siblings)
4 siblings, 3 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: 09ce8651229b ("ARM: dts: at91-sama5d27_som1: 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-sama5d27_som1.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi b/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
index 8ac85dac5a96..13c28e92b17e 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
+++ b/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
@@ -44,7 +44,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
* [PATCH v2 3/4] ARM: dts: microchip: sama5d27_wlsom1: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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 5:43 ` 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
` (2 subsequent siblings)
4 siblings, 2 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: 417e58ea41ab ("ARM: dts: at91-sama5d27_wlsom1: 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-sama5d27_wlsom1.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
index ef11606a82b3..9543214adc9f 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
+++ b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
@@ -234,7 +234,7 @@ qspi1_flash: flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <104000000>;
- spi-cs-setup-ns = <7>;
+ spi-cs-setup-delay-ns = <7>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <4>;
m25p,fast-read;
--
2.25.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH v2 4/4] ARM: dts: microchip: sama5d2_icp: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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 5:43 ` [PATCH v2 3/4] ARM: dts: microchip: sama5d27_wlsom1: " Manikandan Muralidharan
@ 2025-05-21 5:43 ` Manikandan Muralidharan
2025-06-07 11:06 ` Claudiu Beznea
` (2 more replies)
2025-05-21 7:30 ` [PATCH v2 1/4] ARM: dts: microchip: sam9x60ek: " Alexander Dahl
2025-07-05 7:32 ` Claudiu Beznea
4 siblings, 3 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: 46a8a137d8f6 ("ARM: dts: at91: sama5d2_icp: 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-sama5d2_icp.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts b/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
index 9fa6f1395aa6..fbae6a9af6c3 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
@@ -714,7 +714,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
* Re: [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 [PATCH v2 1/4] ARM: dts: microchip: sam9x60ek: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns Manikandan Muralidharan
` (2 preceding siblings ...)
2025-05-21 5:43 ` [PATCH v2 4/4] ARM: dts: microchip: sama5d2_icp: " Manikandan Muralidharan
@ 2025-05-21 7:30 ` Alexander Dahl
2025-07-05 7:32 ` Claudiu Beznea
4 siblings, 0 replies; 14+ messages in thread
From: Alexander Dahl @ 2025-05-21 7:30 UTC (permalink / raw)
To: Manikandan Muralidharan
Cc: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
claudiu.beznea, tudor.ambarus, devicetree, linux-arm-kernel,
linux-kernel
Hello,
Am Wed, May 21, 2025 at 11:13:06AM +0530 schrieb 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;
Reviewed-by: Alexander Dahl <ada@thorsis.com>
Greets
Alex
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH v2 2/4] ARM: dts: microchip: sama5d27_som1: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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
2 siblings, 0 replies; 14+ messages in thread
From: Alexander Dahl @ 2025-05-21 7:31 UTC (permalink / raw)
To: Manikandan Muralidharan
Cc: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
claudiu.beznea, tudor.ambarus, devicetree, linux-arm-kernel,
linux-kernel
Hello,
Am Wed, May 21, 2025 at 11:13:07AM +0530 schrieb 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: 09ce8651229b ("ARM: dts: at91-sama5d27_som1: 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-sama5d27_som1.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi b/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
> index 8ac85dac5a96..13c28e92b17e 100644
> --- a/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
> +++ b/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
> @@ -44,7 +44,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;
Reviewed-by: Alexander Dahl <ada@thorsis.com>
Greets
Alex
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH v2 2/4] ARM: dts: microchip: sama5d27_som1: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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
2 siblings, 0 replies; 14+ messages in thread
From: Claudiu Beznea @ 2025-06-07 11:06 UTC (permalink / raw)
To: Manikandan Muralidharan, robh, krzk+dt, conor+dt, nicolas.ferre,
alexandre.belloni, tudor.ambarus, devicetree, linux-arm-kernel,
linux-kernel
On 21.05.2025 08:43, Manikandan Muralidharan wrote:
> 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: 09ce8651229b ("ARM: dts: at91-sama5d27_som1: Set sst26vf064b SPI NOR flash at its maximum frequency")
> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
> ---
> changes in v2:
> - add fixes tag
> ---
> arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi b/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
> index 8ac85dac5a96..13c28e92b17e 100644
> --- a/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
> +++ b/arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi
> @@ -44,7 +44,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;
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH v2 3/4] ARM: dts: microchip: sama5d27_wlsom1: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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
1 sibling, 0 replies; 14+ messages in thread
From: Claudiu Beznea @ 2025-06-07 11:06 UTC (permalink / raw)
To: Manikandan Muralidharan, robh, krzk+dt, conor+dt, nicolas.ferre,
alexandre.belloni, tudor.ambarus, devicetree, linux-arm-kernel,
linux-kernel
On 21.05.2025 08:43, Manikandan Muralidharan wrote:
> 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: 417e58ea41ab ("ARM: dts: at91-sama5d27_wlsom1: Set sst26vf064b SPI NOR flash at its maximum frequency")
> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
> ---
> changes in v2:
> - add fixes tag
> ---
> arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
> index ef11606a82b3..9543214adc9f 100644
> --- a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
> +++ b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
> @@ -234,7 +234,7 @@ qspi1_flash: flash@0 {
> compatible = "jedec,spi-nor";
> reg = <0>;
> spi-max-frequency = <104000000>;
> - spi-cs-setup-ns = <7>;
> + spi-cs-setup-delay-ns = <7>;
> spi-rx-bus-width = <4>;
> spi-tx-bus-width = <4>;
> m25p,fast-read;
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH v2 4/4] ARM: dts: microchip: sama5d2_icp: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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
2 siblings, 0 replies; 14+ messages in thread
From: Claudiu Beznea @ 2025-06-07 11:06 UTC (permalink / raw)
To: Manikandan Muralidharan, robh, krzk+dt, conor+dt, nicolas.ferre,
alexandre.belloni, tudor.ambarus, devicetree, linux-arm-kernel,
linux-kernel
On 21.05.2025 08:43, Manikandan Muralidharan wrote:
> 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: 46a8a137d8f6 ("ARM: dts: at91: sama5d2_icp: Set sst26vf064b SPI NOR flash at its maximum frequency")
> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
> ---
> changes in v2:
> - add fixes tag
> ---
> arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts b/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
> index 9fa6f1395aa6..fbae6a9af6c3 100644
> --- a/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
> +++ b/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
> @@ -714,7 +714,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;
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH v2 4/4] ARM: dts: microchip: sama5d2_icp: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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
2 siblings, 0 replies; 14+ messages in thread
From: Claudiu Beznea @ 2025-06-07 11:06 UTC (permalink / raw)
To: Manikandan Muralidharan, robh, krzk+dt, conor+dt, nicolas.ferre,
alexandre.belloni, tudor.ambarus, devicetree, linux-arm-kernel,
linux-kernel
On 21.05.2025 08:43, Manikandan Muralidharan wrote:
> 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: 46a8a137d8f6 ("ARM: dts: at91: sama5d2_icp: Set sst26vf064b SPI NOR flash at its maximum frequency")
> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
> ---
> changes in v2:
> - add fixes tag
> ---
> arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts b/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
> index 9fa6f1395aa6..fbae6a9af6c3 100644
> --- a/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
> +++ b/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
> @@ -714,7 +714,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;
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [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 [PATCH v2 1/4] ARM: dts: microchip: sam9x60ek: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns Manikandan Muralidharan
` (3 preceding siblings ...)
2025-05-21 7:30 ` [PATCH v2 1/4] ARM: dts: microchip: sam9x60ek: " Alexander Dahl
@ 2025-07-05 7:32 ` Claudiu Beznea
4 siblings, 0 replies; 14+ messages in thread
From: Claudiu Beznea @ 2025-07-05 7:32 UTC (permalink / raw)
To: Manikandan Muralidharan, robh, krzk+dt, conor+dt, nicolas.ferre,
alexandre.belloni, tudor.ambarus, devicetree, linux-arm-kernel,
linux-kernel
On 21.05.2025 08:43, Manikandan Muralidharan wrote:
> 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>
Applied to at91-dt, thanks!
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH v2 2/4] ARM: dts: microchip: sama5d27_som1: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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
2 siblings, 0 replies; 14+ messages in thread
From: Claudiu Beznea @ 2025-07-05 7:32 UTC (permalink / raw)
To: Manikandan Muralidharan, robh, krzk+dt, conor+dt, nicolas.ferre,
alexandre.belloni, tudor.ambarus, devicetree, linux-arm-kernel,
linux-kernel
On 21.05.2025 08:43, Manikandan Muralidharan wrote:
> 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: 09ce8651229b ("ARM: dts: at91-sama5d27_som1: Set sst26vf064b SPI NOR flash at its maximum frequency")
> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Applied to at91-dt, thanks!
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH v2 3/4] ARM: dts: microchip: sama5d27_wlsom1: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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
1 sibling, 0 replies; 14+ messages in thread
From: Claudiu Beznea @ 2025-07-05 7:33 UTC (permalink / raw)
To: Manikandan Muralidharan, robh, krzk+dt, conor+dt, nicolas.ferre,
alexandre.belloni, tudor.ambarus, devicetree, linux-arm-kernel,
linux-kernel
On 21.05.2025 08:43, Manikandan Muralidharan wrote:
> 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: 417e58ea41ab ("ARM: dts: at91-sama5d27_wlsom1: Set sst26vf064b SPI NOR flash at its maximum frequency")
> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Applied to at91-dt, thanks!
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH v2 4/4] ARM: dts: microchip: sama5d2_icp: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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
2 siblings, 0 replies; 14+ messages in thread
From: Claudiu Beznea @ 2025-07-05 7:33 UTC (permalink / raw)
To: Manikandan Muralidharan, robh, krzk+dt, conor+dt, nicolas.ferre,
alexandre.belloni, tudor.ambarus, devicetree, linux-arm-kernel,
linux-kernel
On 21.05.2025 08:43, Manikandan Muralidharan wrote:
> 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: 46a8a137d8f6 ("ARM: dts: at91: sama5d2_icp: Set sst26vf064b SPI NOR flash at its maximum frequency")
> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Applied to at91-dt, thanks!
^ permalink raw reply [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).