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

spi: dt-bindings: Add hold/inactive CS delay peripheral properties

These two properties complete the bindings for the Linux spi_device cs
model, which includes cs_setup, cs_hold and cs_inactive delay values.

Signed-off-by: Janne Grunau <j@jannau.net>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
Link: https://lore.kernel.org/r/20230113102309.18308-3-marcan@marcan.st
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Janne Grunau and committed by
Mark Brown
34f89f23 f276aacf

+10
+10
Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
··· 49 49 Delay in nanoseconds to be introduced by the controller after CS is 50 50 asserted. 51 51 52 + spi-cs-hold-delay-ns: 53 + description: 54 + Delay in nanoseconds to be introduced by the controller before CS is 55 + de-asserted. 56 + 57 + spi-cs-inactive-delay-ns: 58 + description: 59 + Delay in nanoseconds to be introduced by the controller after CS is 60 + de-asserted. 61 + 52 62 spi-rx-bus-width: 53 63 description: 54 64 Bus width to the SPI bus used for read transfers.