commit | 82799d2ae429a53cccf24971e725d9e76d8f84f7 | [log] [tgz] |
---|---|---|
author | Francois Ramu <francois.ramu@st.com> | Fri Jan 24 12:04:01 2020 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Jan 28 12:58:44 2020 -0600 |
tree | 1e6fb7292a9c65d2b3f359709343e8b6a6e723f9 | |
parent | 8d8d9904cdb635ca5a3ec36f79fd10129bd347b4 [diff] |
dts: bindings: dma controller supports mem2mem transfer This checks if the DMA controller supports or not the memory-to-memory transfers. For DMA Version1, in the stm32f2xx, stm32f4xx, stm32f7xx series, only DMA instance 2 is able to transfer mem-to-mem. For other series, with DMA Version2, there is no such a limitation. Signed-off-by: Francois Ramu <francois.ramu@st.com>