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. Cc: Andreas Färber <afaerber@xxxxxxx> Signed-off-by: Soren Brinkmann <soren.brinkmann@xxxxxxxxxx> --- When the 'status' property was removed from the DMA node, this had been overlooked. Sören arch/arm/boot/dts/zynq-parallella.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/boot/dts/zynq-parallella.dts b/arch/arm/boot/dts/zynq-parallella.dts index 1595138ec499..41afd9da6876 100644 --- a/arch/arm/boot/dts/zynq-parallella.dts +++ b/arch/arm/boot/dts/zynq-parallella.dts @@ -34,10 +34,6 @@ }; }; -&dmac_s { - status = "okay"; -}; - &gem0 { status = "okay"; phy-mode = "rgmii-id"; -- 2.0.1.1.gfbfc394 -- 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