diff options
author | Chunhe Lan <Chunhe.Lan@freescale.com> | 2014-05-28 12:47:34 +0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-06-21 03:48:32 +0400 |
commit | db65025d8e817b3145a63527e3e0e52ea42a0f05 (patch) | |
tree | 40f40f8698885cbd1b2ab68f06a95c4f7922926f /arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi | |
parent | a95e8c28b3dcb945871fc2350c955d9221fd4154 (diff) | |
download | linux-db65025d8e817b3145a63527e3e0e52ea42a0f05.tar.xz |
t4240/dts: Enable third elo3 DMA engine support
T4240 has a third DMA engine controller, so add the corresponding DMA
node into the dts file.
Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
Cc: Scott Wood <scottwood@freescale.com>
[scottwood@freescale.com: reword commit message]
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi b/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi index d2f157edbe81..261a3abb1a55 100644 --- a/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi @@ -57,6 +57,7 @@ pci3 = &pci3; dma0 = &dma0; dma1 = &dma1; + dma2 = &dma2; sdhc = &sdhc; }; |