[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1394194576-23741-10-git-send-email-r.sricharan@ti.com>
Date: Fri, 7 Mar 2014 17:46:16 +0530
From: Sricharan R <r.sricharan@...com>
To: <r.sricharan@...com>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-omap@...r.kernel.org>, <dmaengine@...r.kernel.org>
CC: <santosh.shilimkar@...com>, <rnayak@...com>, <nsekhar@...com>,
<tony@...mide.com>, <linux@....linux.org.uk>,
<vinod.koul@...el.com>, <dan.j.williams@...el.com>, <nm@...com>
Subject: [RFC PATCH 9/9] arm: dts: dra7: Change the total dma-req numbers to crossbar channels
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@...com>
---
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@...20000 {
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists