Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: microchip: sama5d27_wlsom1: 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: 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>
Link: https://lore.kernel.org/r/20250521054309.361894-3-manikandan.m@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>

authored by

Manikandan Muralidharan and committed by
Claudiu Beznea
fa664ff7 71c6dc93

+1 -1
+1 -1
arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
··· 234 234 compatible = "jedec,spi-nor"; 235 235 reg = <0>; 236 236 spi-max-frequency = <104000000>; 237 - spi-cs-setup-ns = <7>; 237 + spi-cs-setup-delay-ns = <7>; 238 238 spi-rx-bus-width = <4>; 239 239 spi-tx-bus-width = <4>; 240 240 m25p,fast-read;