spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc
authorValentin Caron <valentin.caron@foss.st.com>
Mon, 18 Dec 2023 15:57:15 +0000 (16:57 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 21 Dec 2023 20:44:05 +0000 (20:44 +0000)
commitf6cd66231aa58599526584ff4df1bdde8d86eac8
tree01537c11c918a5a4824df54f30218da74de74473
parentf034a151059a84cecaae68f5a72ee5d815e94625
spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc

Add support for the STM32MP25:
- Burst should not be enabled with the new DMA used on STM32MP25.
- STM32MP25 SPI8 has a limited feature set, it can only send words of
  8 or 16 bits and with a maximum words number of 1024.

Signed-off-by: Valentin Caron <valentin.caron@foss.st.com>
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Link: https://msgid.link/r/20231218155721.359198-4-alain.volmat@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32.c