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

ARM: dts: microchip: sam9x60ek: 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: 2c0a1faa4da5 ("ARM: dts: at91: sam9x60ek: 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>
Link: https://lore.kernel.org/r/20250521054309.361894-1-manikandan.m@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>

authored by

Manikandan Muralidharan and committed by
Claudiu Beznea
55fae6f3 51860eeb

+1 -1
+1 -1
arch/arm/boot/dts/microchip/at91-sam9x60ek.dts
··· 609 609 compatible = "jedec,spi-nor"; 610 610 reg = <0>; 611 611 spi-max-frequency = <104000000>; 612 - spi-cs-setup-ns = <7>; 612 + spi-cs-setup-delay-ns = <7>; 613 613 spi-tx-bus-width = <4>; 614 614 spi-rx-bus-width = <4>; 615 615 m25p,fast-read;