Skip to content

Commit fa664ff

Browse files
manikandan-m11claudiubeznea
authored andcommitted
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: 417e58e ("ARM: dts: at91-sama5d27_wlsom1: Set sst26vf064b SPI NOR flash at its maximum frequency") Signed-off-by: Manikandan Muralidharan <[email protected]> Reviewed-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 71c6dc9 commit fa664ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
compatible = "jedec,spi-nor";
235235
reg = <0>;
236236
spi-max-frequency = <104000000>;
237-
spi-cs-setup-ns = <7>;
237+
spi-cs-setup-delay-ns = <7>;
238238
spi-rx-bus-width = <4>;
239239
spi-tx-bus-width = <4>;
240240
m25p,fast-read;

0 commit comments

Comments
 (0)