On Tue, 07 May 2024 14:54:31 +0200, Amelie Delaunay wrote: > Gather the STM32 DMA controllers bindings under ./dma/stm32/. > Then fix reference to old path in spi/st,stm32-spi.yaml: update the dmas > property description by referring to all STM32 DMA controllers bindings. > > Signed-off-by: Amelie Delaunay <amelie.delaunay@xxxxxxxxxxx> > --- > v2: > - fix reference in spi/st,stm32-spi.yaml with an updated description of the > dmas property to reflect the new path of STM32 DMA controllers bindings. > --- > .../devicetree/bindings/dma/{ => stm32}/st,stm32-dma.yaml | 4 ++-- > .../devicetree/bindings/dma/{ => stm32}/st,stm32-dmamux.yaml | 4 ++-- > .../devicetree/bindings/dma/{ => stm32}/st,stm32-mdma.yaml | 4 ++-- > Documentation/devicetree/bindings/spi/st,stm32-spi.yaml | 2 +- > 4 files changed, 7 insertions(+), 7 deletions(-) > rename Documentation/devicetree/bindings/dma/{ => stm32}/st,stm32-dma.yaml (97%) > rename Documentation/devicetree/bindings/dma/{ => stm32}/st,stm32-dmamux.yaml (89%) > rename Documentation/devicetree/bindings/dma/{ => stm32}/st,stm32-mdma.yaml (96%) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>