Re: [PATCH 2/6] ARM: DTS: da850: Add node for edma0
From: Sergei Shtylyov <hidden>
Date: 2014-07-31 14:27:00
Also in:
linux-arm-kernel, lkml
From: Sergei Shtylyov <hidden>
Date: 2014-07-31 14:27:00
Also in:
linux-arm-kernel, lkml
On 07/31/2014 02:18 PM, Peter Ujfalusi wrote:
Add DT node for edma0.
Signed-off-by: Peter Ujfalusi <redacted> --- arch/arm/boot/dts/da850.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index b695548dbb4e..41ce4e8bf227 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi@@ -150,6 +150,12 @@ }; }; + edma0: edma@01c00000 { + compatible = "ti,edma3"; + reg = <0x0 0x10000>;
Why the mismatch between the unit-address part of the node name and the
"reg" property?
+ interrupts = <11 13 12>; + #dma-cells = <1>; + };
WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html