spi: stm32: deprecate `st,spi-midi-ns` property
authorClément Le Goffic <clement.legoffic@foss.st.com>
Mon, 16 Jun 2025 09:21:06 +0000 (11:21 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 24 Jun 2025 15:43:01 +0000 (16:43 +0100)
commit4956bf44524394211ca80aa04d0c9e1e9bb0219d
tree03faad8fe68e6593e6871a734e0b66e22a97d402
parentd17dd2f1d8a1d919e39c6302b024f135a2f90773
spi: stm32: deprecate `st,spi-midi-ns` property

The `st,spi-midi-ns` property, which was used to set a nanosecond delay
between transferred words, is now deprecated.
This functionality is now supported by the SPI framework through the
`spi_transfer` struct's `word_delay` variable.
Therefore, the private `st,spi-midi-ns` property is no longer needed and
has been deprecated in favor of the generic solution.

Signed-off-by: Clément Le Goffic <clement.legoffic@foss.st.com>
Link: https://patch.msgid.link/20250616-spi-upstream-v1-5-7e8593f3f75d@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32.c