On Thu, Sep 07, 2017 at 01:52:45PM +0200, Pierre-Yves MORDRET wrote: > This patch adds the documentation of device tree bindings for the STM32 > DMAMUX. > > Signed-off-by: M'boumba Cedric Madianga <cedric.madia...@gmail.com> > Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mord...@st.com> > --- > Version history: > v4: > * Add multi-master ability for STM32 DMAMUX > * Get rid of st,dmamux properties > v3: > * Change compatible to st,stm32h7-dmamux to be mode Soc specific > * Add verbosity in dma-cells > v2: > * Move clock bindings from optional to mandatory one > * Drop channelID bindings as managed dynamically from now on by > DMAMUX driver. > --- > --- > .../devicetree/bindings/dma/stm32-dmamux.txt | 84 > ++++++++++++++++++++++ > 1 file changed, 84 insertions(+) > create mode 100644 Documentation/devicetree/bindings/dma/stm32-dmamux.txt
Acked-by: Rob Herring <r...@kernel.org>