public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: DT: tegra: Add gpio-leds to Tegra30 Beaver
@ 2013-05-11  0:40 Eric Brower
  2013-05-17 23:52 ` Stephen Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Brower @ 2013-05-11  0:40 UTC (permalink / raw)
  To: linux-arm-kernel

Add support for general-purpose LEDs present on Beaver

Signed-off-by: Eric Brower <ebrower@nvidia•com>
---
 arch/arm/boot/dts/tegra30-beaver.dts | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm/boot/dts/tegra30-beaver.dts b/arch/arm/boot/dts/tegra30-beaver.dts
index 6248b24..d44cd81 100644
--- a/arch/arm/boot/dts/tegra30-beaver.dts
+++ b/arch/arm/boot/dts/tegra30-beaver.dts
@@ -383,4 +383,17 @@
 			vin-supply = <&sys_3v3_reg>;
 		};
 	};
+
+	gpio-leds {
+		compatible = "gpio-leds";
+
+		gpled1 {
+			label = "LED1"; /* CR5A1 (blue) */
+			gpios = <&gpio 89 0>; /* gpio PL1 */
+		};
+		gpled2 {
+			label = "LED2"; /* CR4A2 (green) */
+			gpios = <&gpio 88 0>; /* gpio PL0 */
+		};
+	};
 };
-- 
1.8.1.5
nvpublic

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

end of thread, other threads:[~2013-05-17 23:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-11  0:40 [PATCH 1/1] ARM: DT: tegra: Add gpio-leds to Tegra30 Beaver Eric Brower
2013-05-17 23:52 ` Stephen Warren

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