Skip to content

Commit 71c6dc9

Browse files
manikandan-m11claudiubeznea
authored andcommitted
ARM: dts: microchip: sama5d27_som1: rename spi-cs-setup-ns property to spi-cs-setup-delay-ns
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: 09ce865 ("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: Alexander Dahl <ada@thorsis.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> Link: https://lore.kernel.org/r/20250521054309.361894-2-manikandan.m@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent 55fae6f commit 71c6dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
compatible = "jedec,spi-nor";
4545
reg = <0>;
4646
spi-max-frequency = <104000000>;
47-
spi-cs-setup-ns = <7>;
47+
spi-cs-setup-delay-ns = <7>;
4848
spi-tx-bus-width = <4>;
4949
spi-rx-bus-width = <4>;
5050
m25p,fast-read;

0 commit comments

Comments
 (0)