summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorOlof Johansson2014-05-11 07:06:07 +0200
committerOlof Johansson2014-05-11 07:06:07 +0200
commit3b27dcec920075b6f1f5f8014e32e764fcbb96f8 (patch)
tree23f41a73480275c5c5222f24de59a2f07c5df73a /Documentation
parentMerge tag 'sunxi-fixes-for-3.15' of https://github.com/mripard/linux into fixes (diff)
parentARM: common: edma: Fix xbar mapping (diff)
downloadkernel-qcow2-linux-3b27dcec920075b6f1f5f8014e32e764fcbb96f8.tar.gz
kernel-qcow2-linux-3b27dcec920075b6f1f5f8014e32e764fcbb96f8.tar.xz
kernel-qcow2-linux-3b27dcec920075b6f1f5f8014e32e764fcbb96f8.zip
Merge tag 'davinci-fixes-for-v3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes
Pull "DaVinci fixes for v3.15" from Sekhar Nori: The patch fixes EDMA crossbar mapping to actually make it work. The patch has been tagged for stable. * tag 'davinci-fixes-for-v3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci: ARM: common: edma: Fix xbar mapping Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/dma/ti-edma.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/dma/ti-edma.txt b/Documentation/devicetree/bindings/dma/ti-edma.txt
index 9fbbdb783a72..68ff2137bae7 100644
--- a/Documentation/devicetree/bindings/dma/ti-edma.txt
+++ b/Documentation/devicetree/bindings/dma/ti-edma.txt
@@ -29,6 +29,6 @@ edma: edma@49000000 {
dma-channels = <64>;
ti,edma-regions = <4>;
ti,edma-slots = <256>;
- ti,edma-xbar-event-map = <1 12
- 2 13>;
+ ti,edma-xbar-event-map = /bits/ 16 <1 12
+ 2 13>;
};