All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ARM: zynq: DT: Add LEDs to zc702 DT
@ 2014-08-29 14:38 ` Soren Brinkmann
  0 siblings, 0 replies; 5+ messages in thread
From: Soren Brinkmann @ 2014-08-29 14:38 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ezra Savard <ezra.savard@xilinx.com>

Adds LEDs to the zc702 devicetree for use with the leds-gpio driver.

Signed-off-by: Ezra Savard <ezra.savard@xilinx.com>
Reviewed-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
---
v2:
 - fix node names
---
 arch/arm/boot/dts/zynq-zc702.dts | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/zynq-zc702.dts b/arch/arm/boot/dts/zynq-zc702.dts
index 835c3089c61c..b29e0f97e764 100644
--- a/arch/arm/boot/dts/zynq-zc702.dts
+++ b/arch/arm/boot/dts/zynq-zc702.dts
@@ -27,6 +27,15 @@
 		bootargs = "console=ttyPS0,115200 earlyprintk";
 	};
 
+	leds {
+		compatible = "gpio-leds";
+
+		ds23 {
+			label = "ds23";
+			gpios = <&gpio0 10 0>;
+			linux,default-trigger = "heartbeat";
+		};
+	};
 };
 
 &can0 {
-- 
2.1.0.1.g27b9230

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

end of thread, other threads:[~2014-09-01 11:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 14:38 [PATCH v2] ARM: zynq: DT: Add LEDs to zc702 DT Soren Brinkmann
2014-08-29 14:38 ` Soren Brinkmann
2014-08-29 14:38 ` Soren Brinkmann
2014-09-01 11:08 ` Michal Simek
2014-09-01 11:08   ` 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.