Commit e6afe033 authored by Alain Volmat's avatar Alain Volmat Committed by Mark Brown

spi: stm32: disable spi-slave property for stm32f4-f7

STM32F4 and STM32F7 can't switch to spi device mode.
Forbid this property with compatible "st,stm32f4-spi".
Signed-off-by: default avatarAlain Volmat <alain.volmat@foss.st.com>
Signed-off-by: default avatarValentin Caron <valentin.caron@foss.st.com>
Link: https://lore.kernel.org/r/20230615075815.310261-4-valentin.caron@foss.st.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent e40335fc
......@@ -27,6 +27,7 @@ allOf:
then:
properties:
st,spi-midi-ns: false
spi-slave: false
properties:
compatible:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment