On Fri, 2014-07-25 at 01:00AM +0200, Andreas Färber wrote: > Signed-off-by: Andreas Färber <afaerber@xxxxxxx> > --- > v2: New > > arch/arm/boot/dts/zynq-7000.dtsi | 17 +++++++++++++++++ > arch/arm/boot/dts/zynq-parallella.dts | 4 ++++ > 2 files changed, 21 insertions(+) > > diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi > index eed3df0..1a70277 100644 > --- a/arch/arm/boot/dts/zynq-7000.dtsi > +++ b/arch/arm/boot/dts/zynq-7000.dtsi > @@ -223,6 +223,23 @@ > }; > }; > > + dmac_s: dmac@f8003000 { > + compatible = "arm,pl330", "arm,primecell"; > + reg = <0xf8003000 0x1000>; > + status = "disabled"; I think for this IP we can omit the 'status' property since it is always enabled. I don't see a reason to override it in each board DT. > + interrupt-parent = <&intc>; > + interrupts = <0 13 4>, > + <0 14 4>, <0 15 4>, > + <0 16 4>, <0 17 4>, > + <0 40 4>, <0 41 4>, > + <0 42 4>, <0 43 4>; > + #dma-cells = <1>; > + #dma-channels = <8>; > + #dma-requests = <4>; > + clocks = <&clkc 27>; > + clock-names = "apb_pclk"; > + }; > + Acked-by: Soren Brinkmann <soren.brinkmann@xxxxxxxxxx> Sören -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html