[linux-yocto] [PATCH 16/39] dma: lsi-dma32: DMA driver configuration update
Charlie Paul
cpaul.windriver at gmail.com
Fri Apr 11 14:13:17 PDT 2014
From: Anders Berg <anders.berg at lsi.com>
Updating DMA with extra memory
Signed-off-by: Anders Berg <anders.berg at lsi.com>
---
arch/arm/boot/dts/axm55xx.dts | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/axm55xx.dts b/arch/arm/boot/dts/axm55xx.dts
index 230a305..fa5b4b5 100644
--- a/arch/arm/boot/dts/axm55xx.dts
+++ b/arch/arm/boot/dts/axm55xx.dts
@@ -229,7 +229,8 @@
gpdma at 2020140000 {
compatible = "lsi,dma32";
- reg = <0x20 0x20140000 0x00 0x1000>;
+ reg = <0x20 0x20140000 0x00 0x1000>,
+ <0x20 0x10094000 0x00 0x1000>;
interrupts = <0 60 4>, /* busy */
<0 61 4>; /* error */
@@ -244,7 +245,8 @@
gpdma at 2020141000 {
compatible = "lsi,dma32";
- reg = <0x20 0x20141000 0x00 0x1000>;
+ reg = <0x20 0x20141000 0x00 0x1000>,
+ <0x20 0x10094000 0x00 0x1000>;
interrupts = <0 64 4>, /* busy */
<0 65 4>; /* error */
--
1.7.9.5
More information about the linux-yocto
mailing list