ARM: DT: stm32: move dma translation to board files
authorAlexandre TORGUE <alexandre.torgue@st.com>
Thu, 3 Nov 2016 14:16:38 +0000 (15:16 +0100)
committerAlexandre TORGUE <alexandre.torgue@st.com>
Fri, 4 Nov 2016 14:07:58 +0000 (15:07 +0100)
commit626e7ea0021501dc6e35ef89a936cd1e25f30b26
treea35f2da927b866af03cabd27bc88cae1d772cd6c
parentf113438990550e5bf8fe757a50e0ced0e710e379
ARM: DT: stm32: move dma translation to board files

stm32f469-disco and stm32f429-eval boards use SDRAM start address remapping
(to @0) to boost performances. A DMA translation through "dma-ranges"
property was needed for other masters than the M4 CPU.
stm32f429-disco doesn't use remapping so doesn't need this DMA translation.
This patches moves this DMA translation definition from stm32f429 soc file
to board files.

Tested-by: Bruno Herrera <bruherrera@gmail.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32429i-eval.dts
arch/arm/boot/dts/stm32f429.dtsi
arch/arm/boot/dts/stm32f469-disco.dts