diff mbox

t4240/dts: Enable third elo3 DMA engine support

Message ID 1401266854-31088-1-git-send-email-Chunhe.Lan@freescale.com (mailing list archive)
State Accepted
Delegated to: Scott Wood
Headers show

Commit Message

Chunhe Lan May 28, 2014, 8:47 a.m. UTC
T4240QDS and T4240RDB have the third DMA engine
controller. So add corresponding DMA node into
dts file.

Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
Cc: Scott Wood <scottwood@freescale.com>
---
 arch/powerpc/boot/dts/fsl/t4240si-post.dtsi |    1 +
 arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

Comments

Scott Wood May 30, 2014, 9:21 p.m. UTC | #1
On Wed, 2014-05-28 at 16:47 +0800, Chunhe Lan wrote:
> T4240QDS and T4240RDB have the third DMA engine
> controller. So add corresponding DMA node into
> dts file.

s/T4240QDS and T4240RDB have/T4240 has/ -- the board is irrelevant.

I'll fix when applying.

-Scott
diff mbox

Patch

diff --git a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi
index f99d74f..001183c 100644
--- a/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/t4240si-post.dtsi
@@ -475,6 +475,7 @@ 
 
 /include/ "elo3-dma-0.dtsi"
 /include/ "elo3-dma-1.dtsi"
+/include/ "elo3-dma-2.dtsi"
 
 /include/ "qoriq-espi-0.dtsi"
 	spi@110000 {
diff --git a/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi b/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi
index 0b8ccc5..05fb23b 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;
 	};