linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] ARM: Zynq: DT: Disable xadc node by default in zynq-7000.dtsi
@ 2015-05-07 22:32 Xander Huff
  2015-05-07 22:32 ` [PATCH 2/6] ARM: Zynq: DT: Enable xadc node in zynq-parallella.dts Xander Huff
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Xander Huff @ 2015-05-07 22:32 UTC (permalink / raw)
  To: linux-arm-kernel

This is the de-facto practice.

Signed-off-by: Xander Huff <xander.huff@ni.com>
Reviewed-by: Ben Shelton <ben.shelton@ni.com>
Reviewed-by: Josh Cartwright <joshc@ni.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
---
 arch/arm/boot/dts/zynq-7000.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index a5cd2ed..7640bdc 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -66,6 +66,7 @@
 
 		adc: adc at f8007100 {
 			compatible = "xlnx,zynq-xadc-1.00.a";
+			status = "disabled";
 			reg = <0xf8007100 0x20>;
 			interrupts = <0 7 4>;
 			interrupt-parent = <&intc>;
-- 
1.9.1

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

end of thread, other threads:[~2015-05-12 12:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07 22:32 [PATCH 1/6] ARM: Zynq: DT: Disable xadc node by default in zynq-7000.dtsi Xander Huff
2015-05-07 22:32 ` [PATCH 2/6] ARM: Zynq: DT: Enable xadc node in zynq-parallella.dts Xander Huff
2015-05-12 12:13   ` Andreas Färber
2015-05-07 22:32 ` [PATCH 3/6] ARM: Zynq: DT: Enable xadc node in zynq-zc702.dts Xander Huff
2015-05-07 22:32 ` [PATCH 4/6] ARM: Zynq: DT: Enable xadc node in zynq-zc706.dts Xander Huff
2015-05-07 22:32 ` [PATCH 5/6] ARM: Zynq: DT: Enable xadc node in zynq-zed.dts Xander Huff
2015-05-07 22:32 ` [PATCH 6/6] ARM: Zynq: DT: Enable xadc node in zynq-zybo.dts Xander Huff
2015-05-07 22:36 ` [PATCH 1/6] ARM: Zynq: DT: Disable xadc node by default in zynq-7000.dtsi Sören Brinkmann
2015-05-08 14:53   ` Xander Huff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).