[PATCH 0/6] spi: stm32: add support for stm32mp25

From: Alain Volmat
Date: Mon Dec 18 2023 - 10:58:14 EST


This series adds support for spi bus found on the stm32mp25 and add
all instances within device-trees.

Alain Volmat (4):
spi: stm32: use dma_get_slave_caps prior to configuring dma channel
arm64: dts: st: add all 8 spi nodes on stm32mp251
arm64: dts: st: add spi3/spi8 pins for stm32mp25
arm64: dts: st: add spi3 / spi8 properties on stm32mp257f-ev1

Valentin Caron (2):
dt-bindings: spi: stm32: add st,stm32mp25-spi compatible
spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc

.../devicetree/bindings/spi/st,stm32-spi.yaml | 1 +
arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi | 46 ++++++
arch/arm64/boot/dts/st/stm32mp251.dtsi | 88 +++++++++++
arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 14 ++
drivers/spi/spi-stm32.c | 145 ++++++++++++++++--
5 files changed, 280 insertions(+), 14 deletions(-)

--
2.25.1