diff options
author | Chunhe Lan <Chunhe.Lan@freescale.com> | 2014-05-28 04:47:34 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-06-20 19:48:32 -0400 |
commit | db65025d8e817b3145a63527e3e0e52ea42a0f05 (patch) | |
tree | 40f40f8698885cbd1b2ab68f06a95c4f7922926f | |
parent | a95e8c28b3dcb945871fc2350c955d9221fd4154 (diff) |
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>
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi index 793669baa13e..a3d582e0361a 100644 --- a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | |||
@@ -476,6 +476,7 @@ | |||
476 | 476 | ||
477 | /include/ "elo3-dma-0.dtsi" | 477 | /include/ "elo3-dma-0.dtsi" |
478 | /include/ "elo3-dma-1.dtsi" | 478 | /include/ "elo3-dma-1.dtsi" |
479 | /include/ "elo3-dma-2.dtsi" | ||
479 | 480 | ||
480 | /include/ "qoriq-espi-0.dtsi" | 481 | /include/ "qoriq-espi-0.dtsi" |
481 | spi@110000 { | 482 | spi@110000 { |
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 @@ | |||
57 | pci3 = &pci3; | 57 | pci3 = &pci3; |
58 | dma0 = &dma0; | 58 | dma0 = &dma0; |
59 | dma1 = &dma1; | 59 | dma1 = &dma1; |
60 | dma2 = &dma2; | ||
60 | sdhc = &sdhc; | 61 | sdhc = &sdhc; |
61 | }; | 62 | }; |
62 | 63 | ||