linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: zynq: DT: Add XADC node
@ 2014-06-05 16:05 Soren Brinkmann
  2014-06-05 16:05 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable XADC driver Soren Brinkmann
  2014-06-07 18:22 ` [PATCH 1/2] ARM: zynq: DT: Add XADC node Michal Simek
  0 siblings, 2 replies; 5+ messages in thread
From: Soren Brinkmann @ 2014-06-05 16:05 UTC (permalink / raw)
  To: linux-arm-kernel

Add node for the Xilinx A/D Converter.

Cc: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
---
 arch/arm/boot/dts/zynq-7000.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index 760bbc463c5b..c5854286a95a 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -65,6 +65,14 @@
 		interrupt-parent = <&intc>;
 		ranges;
 
+		adc at f8007100 {
+			compatible = "xlnx,zynq-xadc-1.00.a";
+			reg = <0xf8007100 0x20>;
+			interrupts = <0 7 4>;
+			interrupt-parent = <&intc>;
+			clocks = <&clkc 12>;
+		};
+
 		i2c0: i2c at e0004000 {
 			compatible = "cdns,i2c-r1p10";
 			status = "disabled";
-- 
2.0.0

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

end of thread, other threads:[~2014-06-13 14:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 16:05 [PATCH 1/2] ARM: zynq: DT: Add XADC node Soren Brinkmann
2014-06-05 16:05 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable XADC driver Soren Brinkmann
2014-06-07 18:20   ` Michal Simek
2014-06-13 14:22   ` Arnd Bergmann
2014-06-07 18:22 ` [PATCH 1/2] ARM: zynq: DT: Add XADC node Michal Simek

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).