ARM: zynq: DT: Remove DMA from board DTs

The DMA engine is enabled for all DTs that derive from zynq-7000.dtsi.
There is no need to override the 'status' property in board DTs.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Soren Brinkmann 2014-07-28 09:24:03 -07:00 committed by Michal Simek
parent fdf2618378
commit d1a28b6860

View file

@ -34,10 +34,6 @@ chosen {
};
};
&dmac_s {
status = "okay";
};
&gem0 {
status = "okay";
phy-mode = "rgmii-id";