Linux Samsung SOC development
 help / color / mirror / Atom feed
* [RESEND] [PATCH 1/1] ARM: dts: Add LEDs on odroid XU3 board
@ 2015-04-13  8:43 Markus Reichl
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Reichl @ 2015-04-13  8:43 UTC (permalink / raw)
  To: linux-samsung-soc, Kukjin Kim, Anand Moon
  Cc: Rob Herring, devicetree, linux-arm-kernel, linux-kernel,
	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King

This patch adds the RGB-LED on XU3 as 3 gpio-leds.
It is derived from hardkernel's 3.10 tree.

Tested-by: Anand Moon <linux.amoon@gmail.com>
Signed-off-by: Markus Reichl <m.reichl@fivetechno.de>
---
 arch/arm/boot/dts/exynos5422-odroidxu3.dts | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
index a519c86..0a32302 100644
--- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
@@ -278,6 +278,30 @@
 	rtc@101E0000 {
 		status = "okay";
 	};
+
+	leds {
+		compatible = "gpio-leds";
+		heartbeat {
+			label = "blue:heartbeart";
+			gpios = <&gpb2 2 0>;
+			default-state = "off";
+			linux,default-trigger = "heartbeat";
+		};
+
+		eMMC {
+			label = "green:eMMC";
+			gpios = <&gpb2 1 0>;
+			default-state = "off";
+			linux,default-trigger = "mmc0";
+		};
+
+		microSD {
+			label = "red:microSD";
+			gpios = <&gpx2 3 0>;
+			default-state = "off";
+			linux,default-trigger = "mmc1";
+		};
+	};
 };
 
 &hdmi {
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [RESEND] [PATCH 1/1] ARM: dts: Add LEDs on odroid XU3 board
@ 2015-05-08  7:34 Markus Reichl
  2015-05-08  7:52 ` Krzysztof Kozlowski
  2015-05-08 18:59 ` Kukjin Kim
  0 siblings, 2 replies; 6+ messages in thread
From: Markus Reichl @ 2015-05-08  7:34 UTC (permalink / raw)
  To: linux-samsung-soc, Kukjin Kim, Krzysztof Kozlowski; +Cc: Anand Moon

[-- Attachment #1: Type: text/plain, Size: 1140 bytes --]

This patch adds the RGB-LED on XU3 as 3 gpio-leds.

Tested-by: Anand Moon <linux.amoon@gmail.com>
Signed-off-by: Markus Reichl <m.reichl@fivetechno.de>
---
It is derived from hardkernel's 3.10 tree.
---
 arch/arm/boot/dts/exynos5422-odroidxu3.dts | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
index a519c86..0a32302 100644
--- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
@@ -278,6 +278,30 @@
 	rtc@101E0000 {
 		status = "okay";
 	};
+
+	leds {
+		compatible = "gpio-leds";
+		heartbeat {
+			label = "blue:heartbeart";
+			gpios = <&gpb2 2 0>;
+			default-state = "off";
+			linux,default-trigger = "heartbeat";
+		};
+
+		eMMC {
+			label = "green:eMMC";
+			gpios = <&gpb2 1 0>;
+			default-state = "off";
+			linux,default-trigger = "mmc0";
+		};
+
+		microSD {
+			label = "red:microSD";
+			gpios = <&gpx2 3 0>;
+			default-state = "off";
+			linux,default-trigger = "mmc1";
+		};
+	};
 };
 
 &hdmi {
-- 
1.9.1




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

end of thread, other threads:[~2015-05-08 18:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-13  8:43 [RESEND] [PATCH 1/1] ARM: dts: Add LEDs on odroid XU3 board Markus Reichl
  -- strict thread matches above, loose matches on Subject: below --
2015-05-08  7:34 Markus Reichl
2015-05-08  7:52 ` Krzysztof Kozlowski
2015-05-08  9:10   ` Markus Reichl
2015-05-08 10:15     ` Anand Moon
2015-05-08 18:59 ` Kukjin Kim

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