All of lore.kernel.org
 help / color / mirror / Atom feed
* [LINUX PATCH] ARM: zynq: DT: Remove DMA from board DTs
@ 2014-07-28 16:24 ` Soren Brinkmann
  0 siblings, 0 replies; 8+ messages in thread
From: Soren Brinkmann @ 2014-07-28 16:24 UTC (permalink / raw)
  To: linux-arm-kernel

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] 8+ messages in thread

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

Thread overview: 8+ 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:24 ` Soren Brinkmann
2014-07-28 16:24 ` Soren Brinkmann
2014-07-28 16:33 ` Andreas Färber
2014-07-28 16:33   ` Andreas Färber
2014-07-28 16:33   ` Andreas Färber
2014-07-29  5:33   ` Michal Simek
2014-07-29  5:33     ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.