projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0add7
)
ARM: DTS: da850: fix edma0 reg space
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Thu, 17 Dec 2015 13:27:47 +0000
(15:27 +0200)
committer
Sekhar 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/da850.dtsi
b/arch/arm/boot/dts/da850.dtsi
index
0bd98cd
..
e73f5ef
100644
(file)
--- a/
arch/arm/boot/dts/da850.dtsi
+++ b/
arch/arm/boot/dts/da850.dtsi
@@
-152,7
+152,8
@@
};
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>;
};