Skip to content

Commit 38892ea

Browse files
marcanbroonie
authored andcommitted
spi: dt-bindings: Rename spi-cs-setup-ns to spi-cs-setup-delay-ns
Other delay values follow the delay-ns naming convention, so unify the newly introduced spi-cs-setup-ns property for consistency. Also fix a typo while we're here. Fixes: f6c911f ("spi: dt-bindings: Introduce spi-cs-setup-ns property") Signed-off-by: Hector Martin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 1b929c0 commit 38892ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ properties:
4444
description:
4545
Maximum SPI clocking speed of the device in Hz.
4646

47-
spi-cs-setup-ns:
47+
spi-cs-setup-delay-ns:
4848
description:
49-
Delay in nanosecods to be introduced by the controller after CS is
49+
Delay in nanoseconds to be introduced by the controller after CS is
5050
asserted.
5151

5252
spi-rx-bus-width:

0 commit comments

Comments
 (0)