[PATCH 03/31] ARM: tegra: document use of standard DMA DT bindings
From: Stephen Warren <hidden>
Date: 2013-12-03 18:52:23
Also in:
linux-devicetree, linux-tegra
From: Stephen Warren <hidden>
Date: 2013-12-03 18:52:23
Also in:
linux-devicetree, linux-tegra
On 11/29/2013 05:29 AM, Thierry Reding wrote:
On Fri, Nov 15, 2013 at 01:53:58PM -0700, Stephen Warren wrote:
quoted
diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra30-ahub.txt b/Documentation/devicetree/bindings/sound/nvidia,tegra30-ahub.txt
quoted
- ranges : The bus address mapping for the configlink register bus.
quoted
+- dmas : Must contain an entry for each entry in clock-names. + See ../dma/dma.txt for details. +- dma-names : Must include the following entries: + - rx0 .. rx<n> + - tx0 .. tx<n> + ... where n is: + Tegra30: 3 + Tegra114, Tegra124: 9 Can be empty since the mapping is 1:1.I think this line belongs to the description of the "ranges" property.
Yes, I've fixed that up locally simply by moving the inserted lines 1 line lower. I assume you don't want a repost for that?