[RFC PATCH 6/9] arm: dts: dra: Add dma crossbar node

From: Sricharan R
Date: Fri Mar 07 2014 - 07:19:22 EST


Adding the crossbar node.

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

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 1fd75aa..f84991b 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -170,6 +170,13 @@
#dma-requests = <127>;
};

+ dmacb: crossbar@4a020000 {
+ compatible = "ti,dma-crossbar";
+ reg = <0x4a002b78 0x100>;
+ ti,dma-reqs = <160>;
+ ti,reg-size = <2>;
+ };
+
gpio1: gpio@4ae10000 {
compatible = "ti,omap4-gpio";
reg = <0x4ae10000 0x200>;
--
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/