ARM: DTS: da850: fix edma0 reg space
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 17 Dec 2015 13:27:47 +0000 (15:27 +0200)
committerSekhar Nori <nsekhar@ti.com>
Thu, 24 Dec 2015 10:50:38 +0000 (16:20 +0530)
The size of the eDMA0 CC register space is 0x8000 and not 0x10000.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Sushaanth Srirangapathi <sushaanth.s@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850.dtsi

index 0bd98cd00816c752b6c8cd6cbf40e92649212524..e73f5efb3aa3add689e0ba9a1913b09d1e2c124f 100644 (file)
                };
                edma0: edma@01c00000 {
                        compatible = "ti,edma3";
-                       reg =   <0x0 0x10000>;
+                       /* eDMA3 CC0: 0x01c0 0000 - 0x01c0 7fff */
+                       reg =   <0x0 0x8000>;
                        interrupts = <11 13 12>;
                        #dma-cells = <1>;
                };
This page took 0.027407 seconds and 5 git commands to generate.