[RFC PATCH 9/9] arm: dts: dra7: Change the total dma-req numbers to crossbar channels

From: Sricharan R
Date: Fri Mar 07 2014 - 07:18:18 EST


On DRA7 there is a crossbar router which maps the peripheral
dma request channels to the dma controller inputs. The
dma-controller can receive requests from any of the crossbar
channels. So register the total number crossbar channels instead
of the shared dma-request lines.

Signed-off-by: Sricharan R <r.sricharan@xxxxxx>
---
arch/arm/boot/dts/dra7.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index baa781e..f5ae8c9 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -167,7 +167,7 @@
<GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
#dma-cells = <2>;
#dma-channels = <32>;
- #dma-requests = <127>;
+ #dma-requests = <203>;
};

dmacb: crossbar@4a020000 {
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/