From: Kukjin Kim <kgene@kernel.org>
To: m.reichl@fivetechno.de
Cc: linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
Kukjin Kim <kgene@kernel.org>,
Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Anand Moon <linux.amoon@gmail.com>
Subject: Re: [RESEND] [PATCH 1/1] ARM: dts: Add LEDs on odroid XU3 board
Date: Sat, 09 May 2015 03:59:34 +0900 [thread overview]
Message-ID: <554D0796.3010702@kernel.org> (raw)
In-Reply-To: <554C66F4.4070005@fivetechno.de>
On 05/08/15 16:34, Markus Reichl wrote:
> 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 {
Applied, thanks.
- Kukjin
next prev parent reply other threads:[~2015-05-08 18:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-08 7:34 [RESEND] [PATCH 1/1] ARM: dts: Add LEDs on odroid XU3 board 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 message]
-- strict thread matches above, loose matches on Subject: below --
2015-04-13 8:43 Markus Reichl
2015-04-13 8:43 ` Markus Reichl
2015-04-13 8:43 ` Markus Reichl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=554D0796.3010702@kernel.org \
--to=kgene@kernel.org \
--cc=k.kozlowski@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux.amoon@gmail.com \
--cc=m.reichl@fivetechno.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.