public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [LINUX PATCH] ARM: zynq: DT: Remove DMA from board DTs
@ 2014-07-28 16:24 Soren Brinkmann
  2014-07-28 16:33 ` Andreas Färber
  0 siblings, 1 reply; 3+ messages in thread
From: Soren Brinkmann @ 2014-07-28 16:24 UTC (permalink / raw)
  To: Michal Simek
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Russell King, devicetree, linux-arm-kernel, linux-kernel,
	Soren Brinkmann, Andreas Färber

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@suse.de>
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
---
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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-29  5:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 16:24 [LINUX PATCH] ARM: zynq: DT: Remove DMA from board DTs Soren Brinkmann
2014-07-28 16:33 ` Andreas Färber
2014-07-29  5:33   ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox