From: Anders Berg <anders.b...@lsi.com>

Updating DMA with extra memory

Signed-off-by: Anders Berg <anders.b...@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@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@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

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to