From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soren Brinkmann Subject: [LINUX PATCH] ARM: zynq: DT: Remove DMA from board DTs Date: Mon, 28 Jul 2014 09:24:03 -0700 Message-ID: <1406564643-10417-1-git-send-email-soren.brinkmann@xilinx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Michal Simek Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Soren Brinkmann , =?UTF-8?q?Andreas=20F=C3=A4rber?= List-Id: devicetree@vger.kernel.org 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=C3=A4rber Signed-off-by: Soren Brinkmann --- When the 'status' property was removed from the DMA node, this had been overlooked. S=C3=B6ren 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 @@ }; }; =20 -&dmac_s { - status =3D "okay"; -}; - &gem0 { status =3D "okay"; phy-mode =3D "rgmii-id"; --=20 2.0.1.1.gfbfc394 -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html