spi: stm32: fix missing device mode capability in stm32mp25
authorAlain Volmat <alain.volmat@foss.st.com>
Wed, 9 Oct 2024 16:15:52 +0000 (18:15 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 10 Oct 2024 11:15:18 +0000 (12:15 +0100)
commitb5a468199b995bd8ee3c26f169a416a181210c9e
tree8ded54ba88691c5248fe4c67ec14db9117990372
parent8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b
spi: stm32: fix missing device mode capability in stm32mp25

The STM32MP25 SOC has capability to behave in device mode however
missing .has_device_mode within its stm32mp25_spi_cfg structure leads
to not being able to enable the device mode.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Link: https://patch.msgid.link/20241009-spi-mp25-device-fix-v1-1-8e5ca7db7838@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32.c